Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
;;;; backplane-server.asd
|
||||
|
||||
(asdf:defsystem #:backplane-server
|
||||
:description "XMPP Backplane Server"
|
||||
:author "Niten <niten@fudo.org>"
|
||||
:version "0.1.0"
|
||||
:serial t
|
||||
:depends-on (:alexandria
|
||||
:arrows
|
||||
:cl-json
|
||||
:cl-xmpp
|
||||
:cl-xmpp-tls)
|
||||
:components ((:file "package")
|
||||
(:file "backplane-server")))
|
||||
Reference in New Issue
Block a user