this repo has no description
0
fork

Configure Feed

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

Merge pull request #23130 from tmattio/ocaml5-textwrap

Do not build textwrap.0.2 on OCaml 5

authored by

Kate and committed by
GitHub
72ab4913 22dfc8f8

+1 -1
+1 -1
packages/textwrap/textwrap.0.2/opam
··· 12 12 install: [make "install"] 13 13 remove: ["ocamlfind" "remove" "textwrap"] 14 14 depends: [ 15 - "ocaml" 15 + "ocaml" {< "5.0.0"} 16 16 "ocamlfind" 17 17 "ocamlbuild" {build} 18 18 ]