this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26236 from jchavarri/ocurl-add-ocaml-constraint

ocurl: add constraint on ocaml

authored by

Marcello Seri and committed by
GitHub
08bb09bd abbe837c

+1 -1
+1 -1
packages/ocurl/ocurl.0.7.7/opam
··· 17 17 ] 18 18 remove: [["ocamlfind" "remove" "curl"]] 19 19 depends: [ 20 - "ocaml" 20 + "ocaml" {< "5.0"} 21 21 "ocamlfind" {build} 22 22 "base-unix" 23 23 "conf-libcurl"