this repo has no description
0
fork

Configure Feed

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

Merge pull request #25830 from kit-ty-kate/fix-280

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

authored by

Anil Madhavapeddy and committed by
GitHub
c30ea529 cf263556

+1 -1
+1 -1
packages/type_conv/type_conv.113.00.02/opam
··· 12 12 install: [[make "install"]] 13 13 remove: [["ocamlfind" "remove" "type_conv"]] 14 14 depends: [ 15 - "ocaml" {>= "4.02.0"} 15 + "ocaml" {>= "4.02.0" & < "5.0"} 16 16 "ocamlfind" {>= "1.3.2"} 17 17 "camlp4" 18 18 "ocamlbuild" {build}