From deaed3a631f54e373fb9f884c2b6568476dabb3b Mon Sep 17 00:00:00 2001 From: Philip Blair Date: Tue, 24 Oct 2023 23:12:23 +0200 Subject: [PATCH] Force OCaml version to be < 5.0 (same build issue as libbinaryen) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 387ab1d..ff292ec 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Oscar Spencer ", "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"