From 176fc8903515105e2e1dbf8d8abb427d243bb853 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 6 Apr 2026 14:41:53 -0400 Subject: [PATCH] move to curl instead of ocurl --- dune-project | 2 +- ezcurl.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index a936380..e141877 100644 --- a/dune-project +++ b/dune-project @@ -20,7 +20,7 @@ (tags ("curl" "web" "http" "client")) (depends - (ocurl + (curl (>= 0.8)) (odoc :with-doc) (tiny_httpd (and (>= 0.19) :with-test)) diff --git a/ezcurl.opam b/ezcurl.opam index 7df2e94..457e3b0 100644 --- a/ezcurl.opam +++ b/ezcurl.opam @@ -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"}