Skip to content

Commit 50d6ee1

Browse files
committed
Add some constraints preparing the release of jsoo-5.9
1 parent 9e5cf6f commit 50d6ee1

File tree

2 files changed

+3
-2
lines changed
  • packages
    • ezjs_crypto/ezjs_crypto.0.1
    • js_of_ocaml/js_of_ocaml.3.3.0

2 files changed

+3
-2
lines changed

packages/ezjs_crypto/ezjs_crypto.0.1/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ depends: [
1010
"ocaml" {>= "4.05"}
1111
"dune" {>= "2.0"}
1212
"ezjs_min" {>= "0.2"}
13+
"js_of_ocaml-compiler" {>= "3.3.0" & < "5.9.0"}
1314
]
1415
build: [
1516
["dune" "subst"] {dev}
@@ -32,4 +33,4 @@ url {
3233
"md5=aff005185a07842dc89989faf7dba12c"
3334
"sha512=9d85adbe0a0f519dc333c19fe2ffe558938ed3bfbd33e2d05e80b85b12823ab197a734bac5542432753116f0c23f0f553b7b4719662aad587b0d38977231c97a"
3435
]
35-
}
36+
}

packages/js_of_ocaml/js_of_ocaml.3.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"js_of_ocaml-compiler" {= version}
1818
]
1919
conflicts: [
20-
"ppx_tools_versioned" {<= "5.0beta0"}
20+
"ppx_tools_versioned" {< "5.0"}
2121
]
2222

2323
synopsis: "Compiler from OCaml bytecode to Javascript"

0 commit comments

Comments
 (0)