this repo has no description
0
fork

Configure Feed

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

Merge pull request #25215 from kit-ty-kate/fix-260

stdcompat is not compatible with OCaml 5.2

authored by

Marcello Seri and committed by
GitHub
ff8a2980 b5fee129

+3 -3
+1 -1
packages/stdcompat/stdcompat.0/opam
··· 9 9 install: [make "install" "PREFIX=%{prefix}%"] 10 10 remove: [make "uninstall" "PREFIX=%{prefix}%"] 11 11 depends: [ 12 - "ocaml" 12 + "ocaml" {< "5.2"} 13 13 "ocamlfind" {build} 14 14 "cppo" {build} 15 15 ]
+1 -1
packages/stdcompat/stdcompat.1/opam
··· 9 9 install: [make "install" "PREFIX=%{prefix}%"] 10 10 remove: [make "uninstall" "PREFIX=%{prefix}%"] 11 11 depends: [ 12 - "ocaml" 12 + "ocaml" {< "5.2"} 13 13 "ocamlfind" {build} 14 14 "cppo" {build} 15 15 ]
+1 -1
packages/stdcompat/stdcompat.19/opam
··· 8 8 homepage: "https://github.com/thierry-martinez/stdcompat" 9 9 bug-reports: "https://github.com/thierry-martinez/stdcompat/issues" 10 10 depends: [ 11 - "ocaml" {>= "3.07"} 11 + "ocaml" {>= "3.07" & < "5.2"} 12 12 "dune" {>= "2.0"} 13 13 "conf-autoconf" 14 14 ]