this repo has no description

Merge pull request #22745 from samoht/cow

Old version of cow does not work with OCaml 5

Kate 3078eba5 2a782aed

Changed files
+1 -1
packages
cow
cow.2.2.0
+1 -1
packages/cow/cow.2.2.0/opam
···
dev-repo: "git+https://github.com/mirage/ocaml-cow.git"
build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
depends: [
-
"ocaml" {>= "4.02.3"}
+
"ocaml" {>= "4.02.3" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}