From a2f5c1acf0eb2ee88c446669597f19336ba38068 Mon Sep 17 00:00:00 2001 From: Kate Date: Thu, 12 Sep 2024 14:04:22 +0100 Subject: [PATCH] utop is not compatible with OCaml 5.3 (uses compiler-libs) --- packages/utop/utop.2.14.0/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/utop/utop.2.14.0/opam b/packages/utop/utop.2.14.0/opam index a75ae7af503..62e7e5e71e3 100644 --- a/packages/utop/utop.2.14.0/opam +++ b/packages/utop/utop.2.14.0/opam @@ -10,7 +10,7 @@ doc: "https://ocaml-community.github.io/utop/" bug-reports: "https://github.com/ocaml-community/utop/issues" depends: [ "dune" {>= "2.0"} - "ocaml" {>= "4.11.0"} + "ocaml" {>= "4.11.0" & < "5.3"} "base-unix" "base-threads" "ocamlfind" {>= "1.7.2"}