this repo has no description

pecu.0.6: Disable the tests on OCaml 5.2 (\r\n are now parsed differently)

Kate b791f781 90d8c520

Changed files
+1
packages
pecu
pecu.0.6
+1
packages/pecu/pecu.0.6/opam
···
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.4"}
"fmt" {with-test}
"alcotest" {with-test}
···
depends: [
"ocaml" {>= "4.03.0"}
+
"ocaml" {with-test & < "5.2"}
"dune" {>= "1.4"}
"fmt" {with-test}
"alcotest" {with-test}