File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ license: "MIT"
1010dev-repo: "git+https://github.com/LexiFi/gen_js_api.git"
1111build: [["dune" "build" "-p" name "-j" jobs]]
1212depends: [
13- "ocaml" {>= "4.08.0"}
13+ "ocaml" {>= "4.08.0" & < "5.3.0" }
1414 "dune" {>= "1.11"}
1515 "js_of_ocaml" {>= "3.1.0"}
1616 "ocaml-migrate-parsetree" {>= "1.6.0" & < "2.0.0"}
17- "ppxlib" {>= "0.9 "}
17+ "ppxlib" {>= "0.11 "}
1818]
1919synopsis: "Easy OCaml bindings for Javascript libraries"
2020description: """
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ homepage: "https://github.com/LexiFi/gen_js_api"
1919bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2020depends: [
2121 "dune" {>= "2.0"}
22- "ocaml" {>= "4.08"}
23- "ppxlib" {>= "0.9 "}
22+ "ocaml" {>= "4.08" & < "5.3.0" }
23+ "ppxlib" {>= "0.18 "}
2424 "ocaml-migrate-parsetree" {>= "1.6.0" & < "2.0.0"}
2525 "js_of_ocaml-compiler" {with-test}
2626 "conf-npm" {with-test}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
1919bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2020depends: [
2121 "dune" {>= "2.7"}
22- "ocaml" {>= "4.08"}
22+ "ocaml" {>= "4.08" & < "5.3.0" }
2323 "ppxlib" {>= "0.22"}
2424 "ppxlib" {with-test & < "0.26.0"}
2525 "js_of_ocaml-compiler" {with-test}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
1919bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2020depends: [
2121 "dune" {>= "2.7"}
22- "ocaml" {>= "4.08"}
22+ "ocaml" {>= "4.08" & < "5.3.0" }
2323 "ppxlib" {>= "0.22"}
2424 "ppxlib" {with-test & < "0.26.0"}
2525 "js_of_ocaml-compiler" {with-test}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
2020bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2121depends: [
2222 "dune" {>= "2.7"}
23- "ocaml" {>= "4.08"}
23+ "ocaml" {>= "4.08" & < "5.3.0" }
2424 "ppxlib" {>= "0.22"}
2525 "ppxlib" {with-test & < "0.26.0"}
2626 "js_of_ocaml-compiler" {with-test}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
2020bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2121depends: [
2222 "dune" {>= "2.7"}
23- "ocaml" {>= "4.08"}
23+ "ocaml" {>= "4.08" & < "5.3.0" }
2424 "ppxlib" {>= "0.26"}
2525 "js_of_ocaml-compiler" {with-test}
2626 "conf-npm" {with-test}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
2020bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2121depends: [
2222 "dune" {>= "2.7"}
23- "ocaml" {>= "4.08"}
23+ "ocaml" {>= "4.08" & < "5.3.0" }
2424 "ppxlib" {>= "0.26"}
2525 "js_of_ocaml-compiler" {with-test}
2626 "conf-npm" {with-test}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
2020bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2121depends: [
2222 "dune" {>= "2.7"}
23- "ocaml" {>= "4.08"}
23+ "ocaml" {>= "4.08" & < "5.3.0" }
2424 "ppxlib" {>= "0.26"}
2525 "js_of_ocaml-compiler" {with-test}
2626 "conf-npm" {with-test}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
2020bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2121depends: [
2222 "dune" {>= "3.0"}
23- "ocaml" {>= "4.08"}
23+ "ocaml" {>= "4.08" & < "5.3.0" }
2424 "ppxlib" {>= "0.26"}
2525 "js_of_ocaml-compiler" {with-test}
2626 "ojs" {= version}
You can’t perform that action at this time.
0 commit comments