From 3a530aedafec24537b8bedd0caddb5a9a05452dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Mon, 23 Sep 2024 15:37:15 +0200 Subject: [PATCH] opam: requires ocaml >= 4.14 --- wasm_of_ocaml-compiler.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm_of_ocaml-compiler.opam b/wasm_of_ocaml-compiler.opam index 19f71ea31..e7ffee830 100644 --- a/wasm_of_ocaml-compiler.opam +++ b/wasm_of_ocaml-compiler.opam @@ -13,7 +13,7 @@ doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview" bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" depends: [ "dune" {>= "3.17"} - "ocaml" {>= "4.08" & < "5.1"} + "ocaml" {>= "4.14" & < "5.1"} "js_of_ocaml" {= version} "num" {with-test} "ppx_expect" {>= "v0.14.2" & with-test}