From 9c99b586f99425b8fcd78e23448fd2733cef6757 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 3 Jan 2023 21:46:37 +0100 Subject: [PATCH] Drop zip dependency (no longer used) --- matita/components/getter/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2