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
|
||||
("curl" "web" "http" "client"))
|
||||
(depends
|
||||
(ocurl
|
||||
(curl
|
||||
(>= 0.8))
|
||||
(odoc :with-doc)
|
||||
(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"
|
||||
depends: [
|
||||
"dune" {>= "3.0"}
|
||||
"ocurl" {>= "0.8"}
|
||||
"curl" {>= "0.8"}
|
||||
"odoc" {with-doc}
|
||||
"tiny_httpd" {>= "0.19" & with-test}
|
||||
"ocaml" {>= "4.03"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue