Skip to content

Commit 3078eba

Browse files
authored
Merge pull request ocaml#22745 from samoht/cow
Old version of cow does not work with OCaml 5
2 parents 2a782ae + ba65815 commit 3078eba

File tree

1 file changed

+1
-1
lines changed
  • packages/cow/cow.2.2.0

1 file changed

+1
-1
lines changed

packages/cow/cow.2.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tags: [
1717
dev-repo: "git+https://github.com/mirage/ocaml-cow.git"
1818
build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
1919
depends: [
20-
"ocaml" {>= "4.02.3"}
20+
"ocaml" {>= "4.02.3" & < "5.0"}
2121
"ocamlfind" {build}
2222
"ocamlbuild" {build}
2323
"topkg" {build}

0 commit comments

Comments
 (0)