1 2 3 4 5 6 7 8 9
(asdf:defsystem #:testiere-examples :description "A demo of testiere" :author "Colin <colin@cicadas.surf>" :license "GPLv3" :version "0.0.1" :depends-on (:testiere) :pathname "examples/" :serial t :components ((:file "examples")))