Skip to content

Commit 0794f19

Browse files
committed
install js_of_ocaml-ppx
1 parent bcfca17 commit 0794f19

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dune-project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
(= 1.8.0))
3737
(js_of_ocaml
3838
(= 6.0.1))
39+
(js_of_ocaml-ppx
40+
(= 6.0.1))
3941
(ounit2
4042
(= 2.2.7))
4143
dune))

rescript.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ depends: [
1313
"ocaml-lsp-server" {with-dev-setup & = "1.22.0"}
1414
"cppo" {= "1.8.0"}
1515
"js_of_ocaml" {= "6.0.1"}
16+
"js_of_ocaml-ppx" {= "6.0.1"}
1617
"ounit2" {= "2.2.7"}
1718
"dune" {>= "3.17"}
1819
"odoc" {with-doc}

0 commit comments

Comments
 (0)