diff options
author | colin <colin@cicadas.surf> | 2024-11-30 07:29:15 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-11-30 07:29:15 -0800 |
commit | c1029b0f740e09ccac65ab97b3bf9e06bd39e9bd (patch) | |
tree | 72f64ff9480fe1c965a108dc79662d74aadec4f4 /def.asd | |
parent | d625b07e4491be03450675b19eb8ff63a3a5e4df (diff) |
Remove: alexandria dependency
Diffstat (limited to 'def.asd')
-rw-r--r-- | def.asd | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,11 +1,10 @@ ;;;; def.asd (asdf:defsystem #:def - :description "Idomatic def* forms." + :description "Idiomatic def forms." :author "colin <colin@cicadas.surf>" :license "Unlicense" :version "0.0.1" - :depends-on (#:alexandria) :serial t :components ((:file "package") (:file "util") |