Skip to content

Commit bf96a4b

Browse files
committed
chore: Set ocaml lower bound to 4.13
1 parent 8a4f7d8 commit bf96a4b

File tree

9 files changed

+98
-90
lines changed

9 files changed

+98
-90
lines changed

esy.lock/index.json

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esy.lock/opam/base-bytes.base/opam

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esy.lock/opam/ocaml-version.3.7.3/opam renamed to esy.lock/opam/ocaml-version.4.0.0/opam

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esy.lock/opam/ocp-indent.1.7.0/opam

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esy.lock/opam/topkg.1.0.7/opam renamed to esy.lock/opam/topkg.1.0.8/opam

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esy.lock/opam/uutf.1.0.3/opam

Lines changed: 0 additions & 37 deletions
This file was deleted.

esy.lock/opam/uutf.1.0.4/opam

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libbinaryen.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"dune" {>= "3.0.0"}
1717
"dune-configurator" {>= "3.0.0"}
1818
"js_of_ocaml-compiler" {with-test & >= "4.1.0" < "6.0.0"}
19-
"ocaml" {>= "4.12"}
19+
"ocaml" {>= "4.13"}
2020
]
2121
depexts: [
2222
["gcc-g++"] { os-distribution = "cygwinports" }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Blaine Bublitz <[email protected]>",
66
"license": "Apache-2.0",
77
"dependencies": {
8-
"ocaml": ">= 4.12.0 < 5.0.0",
8+
"ocaml": ">= 4.13.0 < 5.0.0",
99
"@opam/conf-cmake": "grain-lang/cmake:esy.json#91a2c3677bef84a6eb20318284dff9f3bf32719d",
1010
"@opam/dune": ">= 3.0.0",
1111
"@opam/dune-configurator": ">= 3.0.0"

0 commit comments

Comments
 (0)