this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23131 from tmattio/ocaml5-tptp

Do not build tptp.0.3.2 on OCaml 5

authored by

Kate and committed by
GitHub
22dfc8f8 65530c5f

+1 -1
+1 -1
packages/tptp/tptp.0.3.2/opam
··· 11 11 install: ["ocaml" "setup.ml" "-install"] 12 12 remove: ["ocamlfind" "remove" "tptp"] 13 13 depends: [ 14 - "ocaml" 14 + "ocaml" {< "5.0.0"} 15 15 "ocamlfind" 16 16 "zarith" 17 17 "pprint"