mirror of
https://github.com/c-cube/ezcurl.git
synced 2026-05-05 08:54:25 -04:00
move to curl instead of ocurl
This commit is contained in:
parent
674eac996b
commit
176fc89035
2 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||||
|
|
|
||||||
|
|
@ -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"}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue