whatsxmpp/whatsxmpp.asd

8 lines
238 B
Common Lisp

(defsystem "whatsxmpp"
:depends-on ("usocket" "bordeaux-threads" "event-emitter" "blackbird" "cxml" "ironclad" "uuid" "sqlite" "whatscl" "drakma")
:serial t
:components
((:file "packages")
(:file "sqlite")
(:file "stuff")))