File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ocaml-option-32bit/ocaml-option-32bit.1
ocaml-variants.5.0.0+trunk
ocaml-variants.5.1.0+trunk Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ depexts: [
44 ["gcc-multilib" "g++-multilib"] {os-family = "debian"}
55]
66depends: [
7- "ocaml-variants" {post & >= "4.12.0~"}
7+ "ocaml-variants" {post & >= "4.12.0~" & < "5.0.0~~"} | ("ocaml-variants" {post & >= "5.0.0~~"} "ocaml-option-bytecode-only")
88]
99available: [ arch = "x86_64" & (os = "linux" | os = "macos") ]
1010
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ depends: [
1313 "base-threads" {post}
1414 "base-domains" {post}
1515 "base-nnp" {post}
16+ "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64"}
1617 "ocaml-beta" {opam-version < "2.1.0"}
1718]
1819conflict-class: "ocaml-core-compiler"
@@ -67,7 +68,6 @@ conflicts: [ "ocaml-option-fp" ]
6768depopts: [
6869 "ocaml-option-32bit"
6970 "ocaml-option-afl"
70- "ocaml-option-bytecode-only"
7171 "ocaml-option-default-unsafe-string"
7272 "ocaml-option-no-flat-float-array"
7373 "ocaml-option-flambda"
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ depends: [
1313 "base-threads" {post}
1414 "base-domains" {post}
1515 "base-nnp" {post}
16+ "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64"}
1617 "ocaml-beta" {opam-version < "2.1.0"}
1718]
1819conflict-class: "ocaml-core-compiler"
@@ -67,7 +68,6 @@ conflicts: [ "ocaml-option-fp" ]
6768depopts: [
6869 "ocaml-option-32bit"
6970 "ocaml-option-afl"
70- "ocaml-option-bytecode-only"
7171 "ocaml-option-default-unsafe-string"
7272 "ocaml-option-no-flat-float-array"
7373 "ocaml-option-flambda"
You can’t perform that action at this time.
0 commit comments