cl-xml/cl-xml.asd

11 lines
262 B
Plaintext
Raw Permalink Normal View History

2021-07-13 17:33:20 +00:00
;;;; cl-xml.asd
(asdf:defsystem #:cl-xml
2021-07-13 17:38:52 +00:00
:description "Library for creating XML from S-expressions."
:author "opfez <opfez@disroot.org>"
:license "Unlicense"
:version "1.0"
2021-07-13 17:33:20 +00:00
:serial t
:components ((:file "package")
(:file "cl-xml")))