this repo has no description

ocurl: add constraint on ocaml

Changed files
+1 -1
packages
ocurl
ocurl.0.7.7
+1 -1
packages/ocurl/ocurl.0.7.7/opam
···
]
remove: [["ocamlfind" "remove" "curl"]]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind" {build}
"base-unix"
"conf-libcurl"