sandbox/uc/cl/uc.asd

12 lines
257 B
Plaintext
Raw Normal View History

2018-01-16 17:46:44 +00:00
;;;; uc.asd
(asdf:defsystem #:uc
:serial t
:description "Describe uc here"
:author "Your Name <your.name@example.com>"
:license "Specify license here"
:components ((:file "package")
(:file "uc")
(:file "meaning")))