Initial commit

This commit is contained in:
2020-11-23 19:29:42 -08:00
commit 8b30811ab5
5 changed files with 173 additions and 0 deletions
+14
View File
@@ -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")))