sandbox/uc/cl/uc.asd

12 lines
257 B
Common Lisp

;;;; 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")))