From 2e84d44e67e8ccbba935a0e493f343baced7cd6a Mon Sep 17 00:00:00 2001 From: Andrey Popp <8mayday@gmail.com> Date: Fri, 12 Apr 2024 15:56:22 +0300 Subject: [PATCH] mlx: relax ocaml version constraint --- mlx.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlx.opam b/mlx.opam index 3a01225..354a262 100644 --- a/mlx.opam +++ b/mlx.opam @@ -8,7 +8,7 @@ homepage: "https://github.com/andreypopp/mlx" doc: "https://url/to/documentation" bug-reports: "https://github.com/andreypopp/mlx/issues" depends: [ - "ocaml" {>= "5.1.0"} + "ocaml" "dune" {>= "3.9"} "menhir" {= "20210419" & with-dev-setup} "odoc" {with-doc}