this repo has no description

ppx_import is not compatible with OCaml 5.2 (compiler-libs changes)

Kate 8f2c5619 c55e2f61

Changed files
+1 -1
packages
ppx_import
ppx_import.1.10.0
+1 -1
packages/ppx_import/ppx_import.1.10.0/opam
···
tags: [ "syntax" ]
depends: [
-
"ocaml" {>= "4.05.0" & < "4.10.0" } | ("ocaml" {>= "4.10.0"} "ppx_sexp_conv" {with-test & >= "v0.13.0"})
+
"ocaml" {>= "4.05.0" & < "4.10.0" } | ("ocaml" {>= "4.10.0" & < "5.2"} & "ppx_sexp_conv" {with-test & >= "v0.13.0"})
"dune" { >= "1.11.0" }
"ppxlib" { >= "0.26.0" & < "0.32.1~5.2preview" }
"ounit" { with-test }