move to curl instead of ocurl

This commit is contained in:
Simon Cruanes 2026-04-06 14:41:53 -04:00
parent 674eac996b
commit 176fc89035
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
(tags (tags
("curl" "web" "http" "client")) ("curl" "web" "http" "client"))
(depends (depends
(ocurl (curl
(>= 0.8)) (>= 0.8))
(odoc :with-doc) (odoc :with-doc)
(tiny_httpd (and (>= 0.19) :with-test)) (tiny_httpd (and (>= 0.19) :with-test))

View file

@ -11,7 +11,7 @@ doc: "https://c-cube.github.io/ezcurl/"
bug-reports: "https://github.com/c-cube/ezcurl/issues" bug-reports: "https://github.com/c-cube/ezcurl/issues"
depends: [ depends: [
"dune" {>= "3.0"} "dune" {>= "3.0"}
"ocurl" {>= "0.8"} "curl" {>= "0.8"}
"odoc" {with-doc} "odoc" {with-doc}
"tiny_httpd" {>= "0.19" & with-test} "tiny_httpd" {>= "0.19" & with-test}
"ocaml" {>= "4.03"} "ocaml" {>= "4.03"}