File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3434gen_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) )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ depends: [
2828 "odoc" {with-doc}
2929]
3030conflicts: [
31- "js_of_ocaml-compiler" {< "6.3.2 "}
31+ "js_of_ocaml-compiler" {< "6.3.0 "}
3232]
3333build: [
3434 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
1414depends: [
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]
2020dev-repo: "git+https://github.com/LexiFi/gen_js_api.git"
You can’t perform that action at this time.
0 commit comments