From c38e9de548b61c5a087b5ade9f622e40b0631141 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 24 Oct 2022 02:03:43 +0100 Subject: [PATCH] add zip package to ritherdon-archive.asd file. Used for compressing/zipping up stuff -- most notably the Snapshots so they can be moved to the Storage Files where users can download them. --- ritherdon-archive.asd | 1 + 1 file changed, 1 insertion(+) diff --git a/ritherdon-archive.asd b/ritherdon-archive.asd index ae509ac..0a5e482 100644 --- a/ritherdon-archive.asd +++ b/ritherdon-archive.asd @@ -42,6 +42,7 @@ #:str ; String manipulation (easier than built-in) #:copy-directory ; Copy Directories using Native cp #:cl-diskspace ; Get Disk Info. + #:zip ; Zip and compression ) :pathname "src/" ;; :serial t