From: Claudio Sacerdoti Coen Date: Tue, 3 Jan 2023 20:58:58 +0000 (+0100) Subject: Added dependency on caml-zip X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=cf8b902e2d3e65a5cbc652e199a6530857efa149 Added dependency on caml-zip --- diff --git a/matita/dune-project b/matita/dune-project index a41b4732d..83209daf3 100644 --- a/matita/dune-project +++ b/matita/dune-project @@ -34,6 +34,7 @@ (ocaml-expat (>= 1.1.0)) (pcre (>= 7.5.0)) (ocaml-http (>= 0.1.6)) + (caml-zip (>= 1.11)) (lablgtk3-sourceview3 (>= 3.1.3)) dune-build-info dune-site diff --git a/matita/matita.opam b/matita/matita.opam index 0aceab1eb..2d2b400bb 100644 --- a/matita/matita.opam +++ b/matita/matita.opam @@ -20,6 +20,7 @@ depends: [ "ocaml-expat" {>= "1.1.0"} "pcre" {>= "7.5.0"} "ocaml-http" {>= "0.1.6"} + "caml-zip" {>= "1.11"} "lablgtk3-sourceview3" {>= "3.1.3"} "dune-build-info" "dune-site"