Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "CC0-1.0+"
depends: [
"ocaml-variants" {post & >= "5.1.0~"}
"ocaml-variants" {post & >= "5.1.0~"} |
# The MSVC port OCaml doesn't support compression and for equivalence with the
# handling of ocaml-option-bytecode-only pulls in ocaml-option-no-compression.
# As with ocaml-option-bytecode-only, this is a temporary fix until
# ocaml-option- / base- is sorted out properly.
("ocaml-base-compiler" {post & >= "5.1.0~"} & "host-system-msvc" {post})
]
maintainer: "David Allsopp <[email protected]>"
flags: compiler
3 changes: 2 additions & 1 deletion packages/ocaml-options-vanilla/ocaml-options-vanilla.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ conflicts: [
"ocaml-option-fp"
"ocaml-option-musl"
"ocaml-option-no-flat-float-array"
"ocaml-option-no-compression"
# See constraint in ocaml-option-no-compression
"ocaml-option-no-compression" {os != "win32"}
"ocaml-option-spacetime"
"ocaml-option-static"
"ocaml-option-nnp"
Expand Down
Loading