diff options
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") |