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 bcfca17 commit 0794f19Copy full SHA for 0794f19
dune-project
@@ -36,6 +36,8 @@
36
(= 1.8.0))
37
(js_of_ocaml
38
(= 6.0.1))
39
+ (js_of_ocaml-ppx
40
+ (= 6.0.1))
41
(ounit2
42
(= 2.2.7))
43
dune))
rescript.opam
@@ -13,6 +13,7 @@ depends: [
13
"ocaml-lsp-server" {with-dev-setup & = "1.22.0"}
14
"cppo" {= "1.8.0"}
15
"js_of_ocaml" {= "6.0.1"}
16
+ "js_of_ocaml-ppx" {= "6.0.1"}
17
"ounit2" {= "2.2.7"}
18
"dune" {>= "3.17"}
19
"odoc" {with-doc}
0 commit comments