Skip to content

Commit 4ed1e77

Browse files
committed
gen_js_api no working with OCaml 5.3
1 parent 70ed6dc commit 4ed1e77

File tree

9 files changed

+9
-9
lines changed
  • packages/gen_js_api
    • gen_js_api.1.0.6
    • gen_js_api.1.0.7
    • gen_js_api.1.0.8
    • gen_js_api.1.0.9
    • gen_js_api.1.1.0
    • gen_js_api.1.1.1
    • gen_js_api.1.1.2
    • gen_js_api.1.1.3
    • gen_js_api.1.1.4

9 files changed

+9
-9
lines changed

packages/gen_js_api/gen_js_api.1.0.6/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license: "MIT"
1010
dev-repo: "git+https://github.com/LexiFi/gen_js_api.git"
1111
build: [["dune" "build" "-p" name "-j" jobs]]
1212
depends: [
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"}

packages/gen_js_api/gen_js_api.1.0.7/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
1919
bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2020
depends: [
2121
"dune" {>= "2.0"}
22-
"ocaml" {>= "4.08"}
22+
"ocaml" {>= "4.08" & < "5.3.0"}
2323
"ppxlib" {>= "0.9"}
2424
"ocaml-migrate-parsetree" {>= "1.6.0" & < "2.0.0"}
2525
"js_of_ocaml-compiler" {with-test}

packages/gen_js_api/gen_js_api.1.0.8/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
1919
bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2020
depends: [
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}

packages/gen_js_api/gen_js_api.1.0.9/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
1919
bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2020
depends: [
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}

packages/gen_js_api/gen_js_api.1.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
2020
bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2121
depends: [
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}

packages/gen_js_api/gen_js_api.1.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
2020
bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2121
depends: [
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}

packages/gen_js_api/gen_js_api.1.1.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
2020
bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2121
depends: [
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}

packages/gen_js_api/gen_js_api.1.1.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
2020
bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2121
depends: [
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}

packages/gen_js_api/gen_js_api.1.1.4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
2020
bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2121
depends: [
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}

0 commit comments

Comments
 (0)