this repo has no description
1opam-version: "2.0"
2synopsis: "Ensure that OCaml is compiled with no-flat-float-array, and no other custom options"
3authors: [
4 "David Allsopp"
5 "Louis Gesbert"
6]
7homepage: "https://opam.ocaml.org"
8bug-reports: "https://github.com/ocaml/opam-repository/issues"
9license: "CC0-1.0+"
10depends: [
11 "ocaml-option-no-flat-float-array"
12 "ocaml-variants" {post & < "5.0.0~~" & arch != "x86_64" & arch != "arm64"}
13]
14conflicts: [
15 "ocaml-option-32bit"
16 "ocaml-option-afl"
17 "ocaml-option-bytecode-only"
18 "ocaml-option-default-unsafe-string"
19 "ocaml-option-flambda"
20 "ocaml-option-fp"
21 "ocaml-option-musl"
22 "ocaml-option-spacetime"
23 "ocaml-option-static"
24 "ocaml-option-nnp"
25 "ocaml-option-nnpchecker"
26 "ocaml-option-address-sanitizer"
27 "ocaml-option-leak-sanitizer"
28 "ocaml-option-tsan"
29 "ocaml-option-mingw"
30]
31maintainer: "David Allsopp <david@tarides.com>"
32flags: compiler