From 279e881135e294b5b228ee4894f8a46885bb77f3 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sat, 27 Jan 2024 15:38:22 -0800 Subject: [PATCH] Add opam camlzip dep to opam 1.08 is the earliest version with documentation at https://ocaml.org/p/camlzip, and it seems to have all the necessary functions. --- bot-components.opam | 1 + 1 file changed, 1 insertion(+) diff --git a/bot-components.opam b/bot-components.opam index f96a21d5..c08b9c63 100644 --- a/bot-components.opam +++ b/bot-components.opam @@ -23,6 +23,7 @@ depends: [ "x509" {>= "0.11.2"} "cstruct" {>= "5.0.0"} "ISO8601" {>= "0.2.0"} + "camlzip" {>= "1.08"} "odoc" {>= "1.5.2" & with-doc} ] build: [