this repo has no description
0
fork

Configure Feed

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

Merge pull request #25850 from kit-ty-kate/fix-300

pa_comprehension is not compatible with OCaml 5.0 (uses String.lowercase)

authored by

Anil Madhavapeddy and committed by
GitHub
c6c77056 22142844

+1 -1
+1 -1
packages/pa_comprehension/pa_comprehension.0.4/opam
··· 7 7 ["ocaml" "setup.ml" "-build"] 8 8 ] 9 9 depends: [ 10 - "ocaml" 10 + "ocaml" {< "5.0"} 11 11 "ocamlfind" 12 12 "camlp4" 13 13 "batteries"