this repo has no description
1opam-version: "2.0"
2synopsis: "Ensure that OCaml is compiled with flambda and frame-pointer enabled, 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: ["ocaml-option-flambda" "ocaml-option-fp"]
11conflicts: [
12 "ocaml-option-32bit"
13 "ocaml-option-afl"
14 "ocaml-option-bytecode-only"
15 "ocaml-option-default-unsafe-string"
16 "ocaml-option-musl"
17 "ocaml-option-no-flat-float-array"
18 "ocaml-option-no-compression"
19 "ocaml-option-spacetime"
20 "ocaml-option-static"
21 "ocaml-option-nnp"
22 "ocaml-option-nnpchecker"
23 "ocaml-option-address-sanitizer"
24 "ocaml-option-leak-sanitizer"
25 "ocaml-option-tsan"
26 "ocaml-option-mingw"
27]
28maintainer: "David Allsopp <david@tarides.com>"
29flags: compiler