8 lines
268 B
Common Lisp
8 lines
268 B
Common Lisp
(defsystem "whatsxmpp"
|
|
:depends-on ("usocket" "bordeaux-threads" "event-emitter" "blackbird" "cxml" "ironclad" "uuid" "sqlite" "whatscl" "drakma" "local-time" "trivial-timers")
|
|
:serial t
|
|
:components
|
|
((:file "packages")
|
|
(:file "sqlite")
|
|
(:file "stuff")))
|