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

(asdf:defsystem #:def
  :description "Macros Making def* forms nicer to use."
  :author "colin <colin@cicadas.surf>"
  :license  "Unlicense"
  :version "0.0.1"
  :serial t
  :components ((:file "package")
               (:file "util")
               (:file "def")))