Skip to content

Commit

Permalink
Force OCaml version to be < 5.0 (same build issue as libbinaryen)
Browse files Browse the repository at this point in the history
  • Loading branch information
peblair committed Oct 24, 2023
1 parent 9dc98aa commit deaed3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Oscar Spencer <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"ocaml": ">= 4.12.0",
"ocaml": ">= 4.12.0 < 5.0.0",
"@grain/libbinaryen": ">= 114.0.0 < 115.0.0",
"@opam/dune": ">= 3.0.0",
"@opam/dune-configurator": ">= 3.0.0"
Expand Down

0 comments on commit deaed3a

Please sign in to comment.