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-option-bytecode-only"
13 "ocaml-variants" {post & >= "5.0.0~~"}
14]
15conflicts: [
16 "ocaml-option-32bit"
17 "ocaml-option-afl"
18 "ocaml-option-default-unsafe-string"
19 "ocaml-option-flambda"
20 "ocaml-option-fp"
21 "ocaml-option-no-compression"
22 "ocaml-option-musl"
23 "ocaml-option-spacetime"
24 "ocaml-option-static"
25 "ocaml-option-nnp"
26 "ocaml-option-nnpchecker"
27 "ocaml-option-address-sanitizer"
28 "ocaml-option-leak-sanitizer"
29 "ocaml-option-tsan"
30 "ocaml-option-mingw"
31]
32maintainer: "David Allsopp <david@tarides.com>"
33flags: compiler
34available: arch != "x86_64" & arch != "arm64"