this repo has no description

stdcompat is not compatible with OCaml 5.2 (expects a certain API for the stdlib)

Kate d9845951 d87a1eb8

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"
]