Skip to content

Commit 84d2c8f

Browse files
authored
Merge pull request ocaml#28115 from hhugo/gen-js-api-53
gen_js_api no working with OCaml 5.3
2 parents 5af9fe1 + ad091ac commit 84d2c8f

File tree

9 files changed

+11
-11
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

+11
-11
lines changed

packages/gen_js_api/gen_js_api.1.0.6/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ 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"}
17-
"ppxlib" {>= "0.9"}
17+
"ppxlib" {>= "0.11"}
1818
]
1919
synopsis: "Easy OCaml bindings for Javascript libraries"
2020
description: """

packages/gen_js_api/gen_js_api.1.0.7/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ 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"}
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}

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)