opam-version: "2.0" synopsis: "Ensure that OCaml is compiled with no-flat-float-array, and no other custom options" authors: [ "David Allsopp" "Louis Gesbert" ] homepage: "https://opam.ocaml.org" bug-reports: "https://github.com/ocaml/opam-repository/issues" license: "CC0-1.0+" depends: [ "ocaml-option-no-flat-float-array" "ocaml-variants" {post & < "5.0.0~~" & arch != "x86_64" & arch != "arm64"} ] 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-spacetime" "ocaml-option-static" "ocaml-option-nnp" "ocaml-option-nnpchecker" "ocaml-option-address-sanitizer" "ocaml-option-leak-sanitizer" "ocaml-option-tsan" "ocaml-option-mingw" ] maintainer: "David Allsopp " flags: compiler