Merge pull request #23131 from tmattio/ocaml5-tptp
Do not build tptp.0.3.2 on OCaml 5
Kate 2 years ago 22dfc8f8 65530c5f
··· 11 11 install: ["ocaml" "setup.ml" "-install"] 12 12 remove: ["ocamlfind" "remove" "tptp"] 13 13 depends: [ 14 14 - "ocaml" 14 14 + "ocaml" {< "5.0.0"} 15 15 "ocamlfind" 16 16 "zarith" 17 17 "pprint"