Skip to content

Commit dcdd0b1

Browse files
committed
Reduce version requirements for js_of_ocaml
1 parent 45416df commit dcdd0b1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
(description "To be used in conjunction with gen_js_api")
2020
(depends
2121
(ocaml (>= 4.13))
22-
(js_of_ocaml-compiler (>= 6.3.2)))
22+
(js_of_ocaml-compiler (>= 6.3.0)))
2323
)
2424

2525
(package
@@ -33,7 +33,7 @@ with a combination of implicit conventions and explicit annotations.
3333
3434
gen_js_api is to be used with the js_of_ocaml compiler.
3535
")
36-
(conflicts (js_of_ocaml-compiler (< 6.3.2)))
36+
(conflicts (js_of_ocaml-compiler (< 6.3.0)))
3737
(depends
3838
(ocaml (>= 4.13))
3939
(ppxlib (>= 0.37))

gen_js_api.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"odoc" {with-doc}
2929
]
3030
conflicts: [
31-
"js_of_ocaml-compiler" {< "6.3.2"}
31+
"js_of_ocaml-compiler" {< "6.3.0"}
3232
]
3333
build: [
3434
["dune" "subst"] {dev}

ojs.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
1414
depends: [
1515
"dune" {>= "3.17"}
1616
"ocaml" {>= "4.13"}
17-
"js_of_ocaml-compiler" {>= "6.3.2"}
17+
"js_of_ocaml-compiler" {>= "6.3.0"}
1818
"odoc" {with-doc}
1919
]
2020
dev-repo: "git+https://github.com/LexiFi/gen_js_api.git"

0 commit comments

Comments
 (0)