this repo has no description
1opam-version: "2.0" 2synopsis: "Compile OCaml without the native-code compiler" 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-variants" {post & >= "4.12.0~"} | 12 # See equivalent constraint in ocaml-options-vanilla 13 # Windows is permitted to install 32-bit versions of ocaml-base-compiler on 14 # 64-bit systems hence the (temporary) addition of the `os = "win32"` here, 15 # at least until the ocaml-option- / base- mess is fixed. Note that this puts 16 # 64-bit Windows into the same class as ppc64, riscv64 and s390x where 17 # ocaml-option-bytecode-only can be installed, but has no effect. 18 "ocaml-base-compiler" {post & >= "5.0.0~~" & arch != "arm64" & (arch != "x86_64" | os = "win32")} 19] 20conflicts: [ "ocaml-option-afl" "ocaml-option-fp" "ocaml-option-flambda" ] 21maintainer: "David Allsopp <david@tarides.com>" 22flags: compiler