19 lines
488 B
Plaintext
19 lines
488 B
Plaintext
|
;;;; 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")))
|