cl-xml/cl-xml.asd

11 lines
259 B
Common Lisp

;;;; cl-xml.asd
(asdf:defsystem #:cl-xml
:description "Describe cl-xml here"
:author "Your Name <your.name@example.com>"
:license "Specify license here"
:version "0.0.1"
:serial t
:components ((:file "package")
(:file "cl-xml")))