this repo has no description

Merge pull request #23131 from tmattio/ocaml5-tptp

Do not build tptp.0.3.2 on OCaml 5

Kate 22dfc8f8 65530c5f

Changed files
+1 -1
packages
tptp
tptp.0.3.2
+1 -1
packages/tptp/tptp.0.3.2/opam
···
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "tptp"]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0.0"}
"ocamlfind"
"zarith"
"pprint"