File tree Expand file tree Collapse file tree 8 files changed +7
-5
lines changed
ocaml-base-compiler.5.1.0~alpha1
ocaml-base-compiler.5.1.0~alpha2
ocaml-base-compiler.5.1.0~beta1
ocaml-variants.5.1.0+trunk
ocaml-variants.5.1.0~alpha1+options
ocaml-variants.5.1.0~alpha2+options
ocaml-variants.5.1.0~beta1+options
ocaml-variants.5.2.0+trunk Expand file tree Collapse file tree 8 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ depends: [
1414 "base-domains" {post}
1515 "base-nnp" {post}
1616 "ocaml-options-vanilla" {post}
17+ "ocaml-option-bytecode-only" {arch = "ppc64" | arch = "s390x"}
1718 "ocaml-beta" {opam-version < "2.1.0"}
1819]
1920conflict-class: "ocaml-core-compiler"
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ depends: [
1414 "base-domains" {post}
1515 "base-nnp" {post}
1616 "ocaml-options-vanilla" {post}
17+ "ocaml-option-bytecode-only" {arch = "ppc64"}
1718 "ocaml-beta" {opam-version < "2.1.0"}
1819]
1920conflict-class: "ocaml-core-compiler"
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ depends: [
1414 "base-domains" {post}
1515 "base-nnp" {post}
1616 "ocaml-options-vanilla" {post}
17+ "ocaml-option-bytecode-only" {arch = "ppc64"}
1718 "ocaml-beta" {opam-version < "2.1.0"}
1819]
1920conflict-class: "ocaml-core-compiler"
Original file line number Diff line number Diff line change @@ -13,7 +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 "}
16+ "ocaml-option-bytecode-only" {arch = "ppc64 "}
1717 "ocaml-beta" {opam-version < "2.1.0"}
1818]
1919conflict-class: "ocaml-core-compiler"
Original file line number Diff line number Diff line change @@ -13,7 +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 "}
16+ "ocaml-option-bytecode-only" {arch = "ppc64" | arch = "s390x "}
1717 "ocaml-beta" {opam-version < "2.1.0"}
1818]
1919conflict-class: "ocaml-core-compiler"
Original file line number Diff line number Diff line change @@ -13,7 +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" & arch != "s390x" & arch != "riscv" }
16+ "ocaml-option-bytecode-only" {arch = "ppc64" }
1717 "ocaml-beta" {opam-version < "2.1.0"}
1818]
1919conflict-class: "ocaml-core-compiler"
Original file line number Diff line number Diff line change @@ -13,7 +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" & arch != "s390x" & arch != "riscv" }
16+ "ocaml-option-bytecode-only" {arch = "ppc64" }
1717 "ocaml-beta" {opam-version < "2.1.0"}
1818]
1919conflict-class: "ocaml-core-compiler"
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ depends: [
1313 "base-threads" {post}
1414 "base-domains" {post}
1515 "base-nnp" {post}
16- "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64"}
1716 "ocaml-beta" {opam-version < "2.1.0"}
1817]
1918conflict-class: "ocaml-core-compiler"
You can’t perform that action at this time.
0 commit comments