cl-xml/cl-xml.asd

11 lines
262 B
Common Lisp

;;;; cl-xml.asd
(asdf:defsystem #:cl-xml
:description "Library for creating XML from S-expressions."
:author "opfez <opfez@disroot.org>"
:license "Unlicense"
:version "1.0"
:serial t
:components ((:file "package")
(:file "cl-xml")))