File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ) ) )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
2121bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2222depends: [
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}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ homepage: "https://github.com/LexiFi/gen_js_api"
1313bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
1414depends: [
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]
You can’t perform that action at this time.
0 commit comments