We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e70753 + 0427ec7 commit 66c88d2Copy full SHA for 66c88d2
dune-project
@@ -24,7 +24,7 @@ The client-side code is compiled to JS using Ocsigen Js_of_ocaml or to Wasm usin
24
ocamlfind
25
ppx_deriving
26
(ppxlib (>= 0.15.0))
27
- (js_of_ocaml-compiler (>= 5.5.0))
+ (js_of_ocaml-compiler (and (>= 5.5.0) (< 6.0.0)))
28
(js_of_ocaml (>= 5.5.0))
29
(js_of_ocaml-lwt (>= 5.5.0))
30
(js_of_ocaml-ocamlbuild :build)
0 commit comments