git.fiddlerwoaroof.com
hhgbot.asd
0bedd4e6
 ;;;; hhgbot.asd
 
 (asdf:defsystem #:hhgbot
   :description "Describe hhgbot here"
   :author "Your Name <your.name@example.com>"
   :license "Specify license here"
5c15279a
   :depends-on (#:alexandria
                #:blackbird
                #:carrier
                #:chanl
                #:cl+ssl
                #:cl-js
                #:drakma
                #:fast-http
                #:flexi-streams
                #:fwoar-lisputils
                #:hunchensocket
                #:positional-lambda
                #:plump
                #:puri
                #:serapeum
                #:ubiquitous
                #:vecto
                #:websocket-driver
                #:yason
                #:vecto)
0bedd4e6
   :serial t
   :components ((:file "package")
5ea361e0
                (:file "event-pump")
0bedd4e6
                (:file "js-executor")
60e29634
                (:file "slack-client")))
0bedd4e6