this repo has no description

malfunction is not compatible with OCaml 5.2 (relies on compiler-libs)

Kate 128f0b70 f9f113a6

Changed files
+3 -3
packages
malfunction
malfunction.0.2
malfunction.0.2.1
malfunction.0.5
+1 -1
packages/malfunction/malfunction.0.2.1/opam
···
] {with-test}
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.2"}
"ocaml-variants"
{= "4.03.0+beta1+flambda" | = "4.03.0+beta2+flambda" | = "4.03.0+flambda" |
= "4.03.0+fp+flambda" |
+1 -1
packages/malfunction/malfunction.0.2/opam
···
] {with-test}
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.2"}
"ocaml-variants"
{= "4.03.0+beta1+flambda" | = "4.03.0+beta2+flambda" | = "4.03.0+flambda" |
= "4.03.0+fp+flambda" |
+1 -1
packages/malfunction/malfunction.0.5/opam
···
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]
depends: [
-
"ocaml" {>= "4.08"}
+
"ocaml" {>= "4.08" & < "5.2"}
"ocamlfind"
"dune" {>= "2.9.1"}
"cppo" {build}