File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
ocaml-option-no-compression/ocaml-option-no-compression.1
ocaml-options-vanilla/ocaml-options-vanilla.1 Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,12 @@ homepage: "https://opam.ocaml.org"
88bug-reports: "https://github.com/ocaml/opam-repository/issues"
99license: "CC0-1.0+"
1010depends: [
11- "ocaml-variants" {post & >= "5.1.0~"}
11+ "ocaml-variants" {post & >= "5.1.0~"} |
12+ # The MSVC port OCaml doesn't support compression and for equivalence with the
13+ # handling of ocaml-option-bytecode-only pulls in ocaml-option-no-compression.
14+ # As with ocaml-option-bytecode-only, this is a temporary fix until
15+ # ocaml-option- / base- is sorted out properly.
16+ ("ocaml-base-compiler" {post & >= "5.1.0~"} & "host-system-msvc" {post})
1217]
1318maintainer: "David Allsopp <
[email protected] >"
1419flags: compiler
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ conflicts: [
2727 "ocaml-option-fp"
2828 "ocaml-option-musl"
2929 "ocaml-option-no-flat-float-array"
30- "ocaml-option-no-compression"
30+ # See constraint in ocaml-option-no-compression
31+ "ocaml-option-no-compression" {os != "win32"}
3132 "ocaml-option-spacetime"
3233 "ocaml-option-static"
3334 "ocaml-option-nnp"
You can’t perform that action at this time.
0 commit comments