Skip to content

Commit

Permalink
Remove upper bounds and remove dune
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Oct 7, 2023
1 parent aa0c590 commit 8fda15c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@
(synopsis "Bindings to ReactJS for js_of_ocaml, including JSX ppx")
(depends
;; General system dependencies
(dune (and (>= 2) (< 4)))
(ocaml (and (>= 4.12.0) (< 5.0.0)))
(ocaml (>= 4.12.0))

(js_of_ocaml (and (>= 4.0.0) (< 5.2.0)))
(js_of_ocaml (>= 4.0.0))
(gen_js_api (and (>= 1.0.8) (< 1.2.0)))
(ppxlib (>= 0.23.0))

Expand Down
7 changes: 3 additions & 4 deletions jsoo-react.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ license: "MIT"
homepage: "https://github.com/ml-in-barcelona/jsoo-react"
bug-reports: "https://github.com/ml-in-barcelona/jsoo-react/issues"
depends: [
"dune" {>= "2.7" & >= "2" & < "4"}
"ocaml" {>= "4.12.0" & < "5.0.0"}
"js_of_ocaml" {>= "4.0.0" & < "5.2.0"}
"gen_js_api" {>= "1.0.8" & < "1.2.0"}
"ocaml" {>= "4.12.0"}
"js_of_ocaml" {>= "4.0.0"}
"gen_js_api" {>= "1.0.8"}
"ppxlib" {>= "0.23.0"}
"webtest" {with-test}
"webtest-js" {with-test}
Expand Down

0 comments on commit 8fda15c

Please sign in to comment.