Skip to content

Commit 83a9213

Browse files
authored
Merge pull request ocaml#22726 from kit-ty-kate/fix-172
js_of_ocaml >= 3.7.0 does not support bytecode-only compilers
2 parents 0abdb2a + bf0947e commit 83a9213

File tree

9 files changed

+9
-0
lines changed
  • packages/js_of_ocaml-compiler
    • js_of_ocaml-compiler.3.10.0
    • js_of_ocaml-compiler.3.11.0
    • js_of_ocaml-compiler.3.7.0
    • js_of_ocaml-compiler.3.7.1
    • js_of_ocaml-compiler.3.8.0
    • js_of_ocaml-compiler.3.9.0
    • js_of_ocaml-compiler.3.9.1
    • js_of_ocaml-compiler.4.0.0
    • js_of_ocaml-compiler.4.1.0

9 files changed

+9
-0
lines changed

packages/js_of_ocaml-compiler/js_of_ocaml-compiler.3.10.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ conflicts: [
2727
"ocamlfind" {< "1.5.1"}
2828
"js_of_ocaml" {< "3.0"}
2929
"base-domains"
30+
"ocaml-option-bytecode-only"
3031
]
3132
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
3233
build: [

packages/js_of_ocaml-compiler/js_of_ocaml-compiler.3.11.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ conflicts: [
2828
"ocamlfind" {< "1.5.1"}
2929
"js_of_ocaml" {< "3.0"}
3030
"base-domains"
31+
"ocaml-option-bytecode-only"
3132
]
3233
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
3334
build: [

packages/js_of_ocaml-compiler/js_of_ocaml-compiler.3.7.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ conflicts: [
2929
"ocamlfind" {< "1.5.1"}
3030
"js_of_ocaml" {< "3.0"}
3131
"base-domains"
32+
"ocaml-option-bytecode-only"
3233
]
3334
x-commit-hash: "d50221f1cf19f7637dfca7407762a85dcd420f46"
3435
url {

packages/js_of_ocaml-compiler/js_of_ocaml-compiler.3.7.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ conflicts: [
2929
"ocamlfind" {< "1.5.1"}
3030
"js_of_ocaml" {< "3.0"}
3131
"base-domains"
32+
"ocaml-option-bytecode-only"
3233
]
3334
x-commit-hash: "888697ba6c17051c50839e35d882a8c58fdc69f5"
3435
url {

packages/js_of_ocaml-compiler/js_of_ocaml-compiler.3.8.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ conflicts: [
2929
"ocamlfind" {< "1.5.1"}
3030
"js_of_ocaml" {< "3.0"}
3131
"base-domains"
32+
"ocaml-option-bytecode-only"
3233
]
3334
x-commit-hash: "09d5731241917577e9c16b6a0063c23baae00df8"
3435
url {

packages/js_of_ocaml-compiler/js_of_ocaml-compiler.3.9.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ conflicts: [
2929
"ocamlfind" {< "1.5.1"}
3030
"js_of_ocaml" {< "3.0"}
3131
"base-domains"
32+
"ocaml-option-bytecode-only"
3233
]
3334
x-commit-hash: "95bc95d31122bae5764022f878d8a6dd95ceb169"
3435
url {

packages/js_of_ocaml-compiler/js_of_ocaml-compiler.3.9.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ conflicts: [
2929
"ocamlfind" {< "1.5.1"}
3030
"js_of_ocaml" {< "3.0"}
3131
"base-domains"
32+
"ocaml-option-bytecode-only"
3233
]
3334
x-commit-hash: "c97f2543ff7bfa6c8fe683cca7beec884b38f918"
3435
url {

packages/js_of_ocaml-compiler/js_of_ocaml-compiler.4.0.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ conflicts: [
2828
"ocamlfind" {< "1.5.1"}
2929
"js_of_ocaml" {< "3.0"}
3030
"base-domains"
31+
"ocaml-option-bytecode-only"
3132
]
3233
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
3334
build: [

packages/js_of_ocaml-compiler/js_of_ocaml-compiler.4.1.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ conflicts: [
2828
"ocamlfind" {< "1.5.1"}
2929
"js_of_ocaml" {< "3.0"}
3030
"ocaml-variants" {= "4.12.0+domains" | = "4.12.0+domains+effects"}
31+
"ocaml-option-bytecode-only"
3132
]
3233
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
3334
build: [

0 commit comments

Comments
 (0)