From 642a0b15ab3e663b7c16766b7a0718fb196150c0 Mon Sep 17 00:00:00 2001 From: Kate Date: Fri, 10 May 2024 15:34:53 +0100 Subject: [PATCH] ppx_interact is not compatible with OCaml 5.2 (uses Misc.find_in_path_uncap from compiler-libs) --- packages/ppx_interact/ppx_interact.0.1.0/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ppx_interact/ppx_interact.0.1.0/opam b/packages/ppx_interact/ppx_interact.0.1.0/opam index b0c9eeec61a..ff900ea4459 100644 --- a/packages/ppx_interact/ppx_interact.0.1.0/opam +++ b/packages/ppx_interact/ppx_interact.0.1.0/opam @@ -8,7 +8,7 @@ homepage: "https://github.com/dariusf/ppx_interact" bug-reports: "https://github.com/dariusf/ppx_interact/issues" depends: [ "dune" {>= "3.7"} - "ocaml" {>= "4.14"} + "ocaml" {>= "4.14" & < "5.2"} "ppxlib" {>= "0.28.0"} "linenoise" {>= "1.4.0"} "odoc" {with-doc}