this repo has no description

Merge pull request #23130 from tmattio/ocaml5-textwrap

Do not build textwrap.0.2 on OCaml 5

Kate 72ab4913 22dfc8f8

Changed files
+1 -1
packages
textwrap
textwrap.0.2
+1 -1
packages/textwrap/textwrap.0.2/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "textwrap"]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0.0"}
"ocamlfind"
"ocamlbuild" {build}
]