Skip to content

Commit 2a9556f

Browse files
committed
Update ocaml lower bound
1 parent cf65a04 commit 2a9556f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- 4
2121
include:
2222
- os: ubuntu-latest
23-
ocaml-compiler: "4.08"
23+
ocaml-compiler: "4.13"
2424

2525
runs-on: ${{ matrix.os }}
2626

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
(synopsis "Runtime Library for gen_js_api generated libraries")
1919
(description "To be used in conjunction with gen_js_api")
2020
(depends
21-
(ocaml (>= 4.08))
21+
(ocaml (>= 4.13))
2222
(js_of_ocaml-compiler (>= 4.0.0)))
2323
)
2424

@@ -35,7 +35,7 @@ gen_js_api is to be used with the js_of_ocaml compiler.
3535
")
3636
(conflicts (js_of_ocaml-compiler (< 4.0.0)))
3737
(depends
38-
(ocaml (>= 4.08))
38+
(ocaml (>= 4.13))
3939
(ppxlib (>= 0.36))
4040
(js_of_ocaml-compiler :with-test)
4141
(ojs (= :version)))

gen_js_api.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
2121
bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2222
depends: [
2323
"dune" {>= "3.0"}
24-
"ocaml" {>= "4.08"}
24+
"ocaml" {>= "4.13"}
2525
"ppxlib" {>= "0.36"}
2626
"js_of_ocaml-compiler" {with-test}
2727
"ojs" {= version}

ojs.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
1313
bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
1414
depends: [
1515
"dune" {>= "3.0"}
16-
"ocaml" {>= "4.08"}
16+
"ocaml" {>= "4.13"}
1717
"js_of_ocaml-compiler" {>= "4.0.0"}
1818
"odoc" {with-doc}
1919
]

0 commit comments

Comments
 (0)