;;;; def.asd (asdf:defsystem #:def :description "Macros Making def* forms nicer to use." :author "colin " :license "Unlicense" :version "0.0.1" :depends-on (#:alexandria) :serial t :components ((:file "package") (:file "util") (:file "def")))