From c1029b0f740e09ccac65ab97b3bf9e06bd39e9bd Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 30 Nov 2024 07:29:15 -0800 Subject: Remove: alexandria dependency --- def.asd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'def.asd') diff --git a/def.asd b/def.asd index 9c997ce..363d4cb 100644 --- a/def.asd +++ b/def.asd @@ -1,11 +1,10 @@ ;;;; def.asd (asdf:defsystem #:def - :description "Idomatic def* forms." + :description "Idiomatic def forms." :author "colin " :license "Unlicense" :version "0.0.1" - :depends-on (#:alexandria) :serial t :components ((:file "package") (:file "util") -- cgit v1.2.3