opam-version: "2.0"
synopsis: "Ensure that OCaml is compiled with no special options enabled"
depends: [
  "ocaml-base-compiler" {post} |
  "ocaml-system" {post} |
  "ocaml-variants" {post & >= "4.12.0~"}
]
conflicts: [
  "ocaml-option-32bit"
  "ocaml-option-afl"
  "ocaml-option-bytecode-only"
  "ocaml-option-default-unsafe-string"
  "ocaml-option-flambda"
  "ocaml-option-fp"
  "ocaml-option-musl"
  "ocaml-option-no-flat-float-array"
  "ocaml-option-spacetime"
  "ocaml-option-static"
  "ocaml-option-nnp"
  "ocaml-option-nnpchecker"
]
maintainer: "platform@lists.ocaml.org"
flags: compiler
