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 41c0518 commit 3a4b9a1Copy full SHA for 3a4b9a1
packages/jsoo-react/jsoo-react.0.1/opam
@@ -7,10 +7,10 @@ license: "MIT"
7
homepage: "https://github.com/ml-in-barcelona/jsoo-react"
8
bug-reports: "https://github.com/ml-in-barcelona/jsoo-react/issues"
9
depends: [
10
- "dune" {>= "2.7" & >= "2" & < "4"}
+ "dune" {>= "2.7"}
11
"ocaml" {>= "4.12.0" & < "5.0.0"}
12
- "js_of_ocaml" {>= "4.0.0" & < "5.2.0"}
13
- "gen_js_api" {>= "1.0.8" & < "1.2.0"}
+ "js_of_ocaml" {>= "4.0.0"}
+ "gen_js_api" {>= "1.0.8"}
14
"ppxlib" {>= "0.23.0"}
15
"webtest" {with-test}
16
"webtest-js" {with-test}
0 commit comments