From: Claudio Sacerdoti Coen Date: Tue, 3 Jan 2023 20:46:37 +0000 (+0100) Subject: Drop zip dependency (no longer used) X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=9c99b586f99425b8fcd78e23448fd2733cef6757 Drop zip dependency (no longer used) --- diff --git a/matita/components/getter/dune b/matita/components/getter/dune index 102e262ef..b7929d4cf 100644 --- a/matita/components/getter/dune +++ b/matita/components/getter/dune @@ -1,6 +1,6 @@ (library (name helm_getter) - (libraries http unix pcre zip helm_xml helm_logger helm_ng_kernel helm_registry) + (libraries http unix pcre helm_xml helm_logger helm_ng_kernel helm_registry) (preprocess (action (system "camlp5o %{input-file}"))) (wrapped false) (modules (:standard \ test)))