backplane-dns/dns-backplane.asd

19 lines
488 B
Plaintext
Raw Normal View History

2020-11-04 12:34:28 -08:00
;;;; dns-backplane.asd
(asdf:defsystem #:dns-backplane
:description "Describe dns-backplane here"
:author "Your Name <your.name@example.com>"
:license "Specify license here"
:version "0.0.1"
:serial t
:depends-on (:alexandria
:arrows
:cl-ppcre
:cl+ssl
:cl-xmpp
:cl-xmpp-tls
:postmodern
:trivia)
:components ((:file "package")
(:file "dns-backplane")))