Skip to content

Commit

Permalink
Misc: lift constraint on ocaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Jul 4, 2023
1 parent 8b2d7b5 commit 912fd49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(description
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js")
(depends
(ocaml (and (>= 4.08) (< 5.1)))
(ocaml (and (>= 4.08) (< 5.2)))
(num :with-test)
(ppx_expect (and (>= v0.14.2) :with-test))
(ppxlib (>= 0.15.0))
Expand Down
2 changes: 1 addition & 1 deletion js_of_ocaml-compiler.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
depends: [
"dune" {>= "3.7"}
"ocaml" {>= "4.08" & < "5.1"}
"ocaml" {>= "4.08" & < "5.2"}
"num" {with-test}
"ppx_expect" {>= "v0.14.2" & with-test}
"ppxlib" {>= "0.15.0"}
Expand Down

0 comments on commit 912fd49

Please sign in to comment.