this repo has no description

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

stdcompat is not compatible with OCaml 5.2

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