;;;; backplane-dns.asd (asdf:defsystem #:backplane-dns :description "Server to listen on Fudo backplane for DNS updates" :author "Niten " :license "Specify license here" :version "0.1.0" :serial t :depends-on (:alexandria :arrows :cl-json :cl-ppcre :cl+ssl :cl-xmpp :cl-xmpp-tls :postmodern :trivia) :components ((:file "package") (:file "backplane-dns") (:file "backplane-server")))