Merge pull request #23130 from tmattio/ocaml5-textwrap
Do not build textwrap.0.2 on OCaml 5
Kate 2 years ago 72ab4913 22dfc8f8
··· 12 12 install: [make "install"] 13 13 remove: ["ocamlfind" "remove" "textwrap"] 14 14 depends: [ 15 15 - "ocaml" 15 15 + "ocaml" {< "5.0.0"} 16 16 "ocamlfind" 17 17 "ocamlbuild" {build} 18 18 ]