this repo has no description

Merge pull request #22921 from kit-ty-kate/fix-200

zenon < 0.8.5 is not compatible with OCaml 5.0 (uses Pervasives)

Kate e114a3c9 3487c757

Changed files
+1 -1
packages
zenon
zenon.0.8.4
+1 -1
packages/zenon/zenon.0.8.4/opam
···
authors: [ "R. Bonichon" "D. Delahaye" "D. Doligez" ]
bug-reports: "https://github.com/zenon-prover/zenon/issues"
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "5.0"}
]
depopts: [
"coq"