We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435fe3c commit 58ca7f2Copy full SHA for 58ca7f2
dune-project
@@ -19,7 +19,10 @@
19
(name jsonoo)
20
(synopsis "JSON library for Js_of_ocaml")
21
(depends
22
+ (ocaml
23
+ (>= 4.08))
24
js_of_ocaml
25
+ js_of_ocaml-ppx
26
gen_js_api
27
(webtest :with-test)
28
(webtest-js :with-test)
jsonoo.opam
@@ -8,7 +8,9 @@ homepage: "https://github.com/mnxn/jsonoo"
8
bug-reports: "https://github.com/mnxn/jsonoo/issues"
9
depends: [
10
"dune" {>= "2.7"}
11
+ "ocaml" {>= "4.08"}
12
"js_of_ocaml"
13
+ "js_of_ocaml-ppx"
14
"gen_js_api"
15
"webtest" {with-test}
16
"webtest-js" {with-test}
0 commit comments