We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f814157 commit ce67b09Copy full SHA for ce67b09
dune-project
@@ -34,6 +34,7 @@
34
(conflicts
35
(ocamlfind (< 1.5.1))
36
(js_of_ocaml (< 3.0))
37
+ (base (= v0.16.0))
38
))
39
40
(package
js_of_ocaml-compiler.opam
@@ -30,6 +30,7 @@ depopts: ["ocamlfind"]
30
conflicts: [
31
"ocamlfind" {< "1.5.1"}
32
"js_of_ocaml" {< "3.0"}
33
+ "base" {= "v0.16.0"}
]
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [
0 commit comments