summaryrefslogtreecommitdiff
path: root/def.asd
blob: 420938358aea2fd6fbeb4b3593f08c1b38359e67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;;; def.asd

(asdf:defsystem #:def
  :description "Idomatic def* forms."
  :author "colin <colin@cicadas.surf>"
  :license  "Unlicense"
  :version "0.0.1"
  :depends-on (#:alexandria)
  :serial t
  :components ((:file "package")
               (:file "util")
               (:file "def")
               (:file "generic")))