We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02476fe commit dcb59ceCopy full SHA for dcb59ce
learn-ocaml-client.opam
@@ -46,7 +46,7 @@ depends: [
46
"ssl" {>= "0.5.12"}
47
"vg"
48
"asak" {>= "0.5"}
49
- "js_of_ocaml" {>= "5.0.0"}
+ "js_of_ocaml" {>= "5.0.0" & < "6.0.0"}
50
]
51
build: [
52
["dune" "build" "@install" "-p" name "-j" jobs]
learn-ocaml.opam
@@ -35,8 +35,8 @@ depends: [
35
"easy-format" {>= "1.3.0" }
36
"ezjsonm"
37
"ipaddr" {>= "2.9.0" }
38
39
- "js_of_ocaml-compiler" {>= "5.0.0"}
+ "js_of_ocaml-compiler" {>= "5.0.0" & < "6.0.0"}
40
"js_of_ocaml-lwt"
41
"js_of_ocaml-ppx"
42
"js_of_ocaml-toplevel"
0 commit comments