From a3edf75a058a21c2288f8ea94a9a6d651639a631 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 4 Jun 2021 09:32:10 -0400 Subject: [PATCH] opam fix from @kit_ty_kate --- tiny_httpd_camlzip.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny_httpd_camlzip.opam b/tiny_httpd_camlzip.opam index 13ed1b18..29e36689 100644 --- a/tiny_httpd_camlzip.opam +++ b/tiny_httpd_camlzip.opam @@ -11,7 +11,7 @@ build: [ ] depends: [ "dune" { >= "2.0" } - "camlzip" + "camlzip" {>= "1.06"} "tiny_httpd" { = version } "ocaml" { >= "4.04.0" } "odoc" {with-doc}