Skip to content

Commit 08bb09b

Browse files
authored
Merge pull request #26236 from jchavarri/ocurl-add-ocaml-constraint
ocurl: add constraint on ocaml
2 parents abbe837 + 5dfe8bb commit 08bb09b

File tree

1 file changed

+1
-1
lines changed
  • packages/ocurl/ocurl.0.7.7

1 file changed

+1
-1
lines changed

packages/ocurl/ocurl.0.7.7/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ install: [
1717
]
1818
remove: [["ocamlfind" "remove" "curl"]]
1919
depends: [
20-
"ocaml"
20+
"ocaml" {< "5.0"}
2121
"ocamlfind" {build}
2222
"base-unix"
2323
"conf-libcurl"

0 commit comments

Comments
 (0)