File tree Expand file tree Collapse file tree 8 files changed +8
-7
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 +8
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +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 "}
17+ "ocaml-option-bytecode-only" {arch ! = "arm64" & arch ! = "x86_64" & arch != "riscv64 "}
1818 "ocaml-beta" {opam-version < "2.1.0"}
1919]
2020conflict-class: "ocaml-core-compiler"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
1414 "base-domains" {post}
1515 "base-nnp" {post}
1616 "ocaml-options-vanilla" {post}
17- "ocaml-option-bytecode-only" {arch = "ppc64 "}
17+ "ocaml-option-bytecode-only" {arch ! = "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64 "}
1818 "ocaml-beta" {opam-version < "2.1.0"}
1919]
2020conflict-class: "ocaml-core-compiler"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
1414 "base-domains" {post}
1515 "base-nnp" {post}
1616 "ocaml-options-vanilla" {post}
17- "ocaml-option-bytecode-only" {arch = "ppc64 "}
17+ "ocaml-option-bytecode-only" {arch ! = "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64 "}
1818 "ocaml-beta" {opam-version < "2.1.0"}
1919]
2020conflict-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 = "ppc64 "}
16+ "ocaml-option-bytecode-only" {arch ! = "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64 "}
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 = "ppc64" | arch = "s390x "}
16+ "ocaml-option-bytecode-only" {arch ! = "arm64" & arch ! = "x86_64" & arch != "riscv64 "}
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 = "ppc64 "}
16+ "ocaml-option-bytecode-only" {arch ! = "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64 "}
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 = "ppc64 "}
16+ "ocaml-option-bytecode-only" {arch ! = "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64 "}
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,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" & arch != "s390x" & arch != "riscv64" & arch != "ppc64"}
1617 "ocaml-beta" {opam-version < "2.1.0"}
1718]
1819conflict-class: "ocaml-core-compiler"
You can’t perform that action at this time.
0 commit comments