this repo has no description

opam-depext is not compatible with ocaml 5

Uses String.capitalize

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+1 -1
packages
opam-depext
opam-depext.1.2.0
+1 -1
packages/opam-depext/opam-depext.1.2.0/opam
···
homepage: "https://github.com/ocaml/opam-depext"
bug-reports: "https://github.com/ocaml/opam-depext/issues"
depends: [
-
"ocaml" {>= "4.00"}
"base-unix"
]
available: opam-version >= "2.0.0~beta5"
···
homepage: "https://github.com/ocaml/opam-depext"
bug-reports: "https://github.com/ocaml/opam-depext/issues"
depends: [
+
"ocaml" {>= "4.00" & < "5.0.0"}
"base-unix"
]
available: opam-version >= "2.0.0~beta5"