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.
1 parent e8789cd commit feb6677Copy full SHA for feb6677
dune-project
@@ -24,6 +24,8 @@
24
(= 0.26.2))
25
(cppo
26
(= 1.6.9))
27
+ (js_of_ocaml
28
+ (= 5.8.1))
29
(js_of_ocaml-compiler
30
(= 5.8.1))
31
(ounit2
rescript.opam
@@ -10,6 +10,7 @@ depends: [
10
"ocaml" {>= "4.10"}
11
"ocamlformat" {= "0.26.2"}
12
"cppo" {= "1.6.9"}
13
+ "js_of_ocaml" {= "5.8.1"}
14
"js_of_ocaml-compiler" {= "5.8.1"}
15
"ounit2" {= "2.2.7"}
16
"reanalyze" {= "2.25.1"}
0 commit comments