File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
packages/ocaml-options-only-no-flat-float-array
ocaml-options-only-no-flat-float-array.1+bytecode-only
ocaml-options-only-no-flat-float-array.1 Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Ensure that OCaml is compiled with no-flat-float-array, and no other custom options"
3+ depends: [
4+ "ocaml-option-no-flat-float-array"
5+ "ocaml-option-bytecode-only"
6+ "ocaml-variants" {post & (>= "5.00.0~~" & arch != "x86_64" & arch != "arm64")}
7+ ]
8+ conflicts: [
9+ "ocaml-option-32bit"
10+ "ocaml-option-afl"
11+ "ocaml-option-default-unsafe-string"
12+ "ocaml-option-flambda"
13+ "ocaml-option-fp"
14+ "ocaml-option-musl"
15+ "ocaml-option-spacetime"
16+ "ocaml-option-static"
17+ "ocaml-option-nnp"
18+ "ocaml-option-nnpchecker"
19+ ]
20+ 21+ flags: compiler
Original file line number Diff line number Diff line change 11opam-version: "2.0"
22synopsis: "Ensure that OCaml is compiled with no-flat-float-array, and no other custom options"
3- depends: ["ocaml-option-no-flat-float-array"]
3+ depends: [
4+ "ocaml-option-no-flat-float-array"
5+ "ocaml-variants" {post & (< "5.00.0~~" | arch = "x86_64" | arch = "arm64")}
6+ ]
47conflicts: [
58 "ocaml-option-32bit"
69 "ocaml-option-afl"
You can’t perform that action at this time.
0 commit comments