You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dune-project
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@
29
29
(menhir
30
30
(>= 20231231))
31
31
(js_of_ocaml
32
+
(>= 5.7.2))
33
+
(js_of_ocaml-ppx
32
34
(>= 5.7.2)))
33
35
(description
34
36
"This package provides the Lice programming language libraries and interpreter. Lice is a simple programming language that is easy to learn and use. It is an imperative programming language that is meant to be interoperable with OCaml."))
0 commit comments