From 8d1a71e625b9f5ec491d500551f2ff0039c877db Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sat, 11 Dec 2021 11:00:25 -0500 Subject: [PATCH] try to use conf-libcurl --- tiny_httpd.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny_httpd.opam b/tiny_httpd.opam index 90827ac6..8a0df3ff 100644 --- a/tiny_httpd.opam +++ b/tiny_httpd.opam @@ -15,7 +15,7 @@ depends: [ "ocaml" { >= "4.04.0" } "odoc" {with-doc} "qtest" { >= "2.9" & with-test} - "conf-curl" {with-test} + "conf-libcurl" {with-test} "qcheck" {with-test & >= "0.9" } "ounit2" {with-test} "ptime" {with-test}