git.fiddlerwoaroof.com
pubsubhubbub-client.asd
b91d1818
 ;;;; pubsubhubbub-client.asd
 
 (asdf:defsystem #:pubsubhubbub-client
   :description "Describe pubsubhubbub-client here"
   :author "Your Name <your.name@example.com>"
   :license "Specify license here"
2c866b42
   :depends-on (#:fwoar-lisputils
b91d1818
                #:alexandria
                #:serapeum
1511fa78
                #:pzmq
                #:yason
                #:lparallel
                #:woo)
b91d1818
   :serial t
   :components ((:file "package")
                (:file "pubsubhubbub-client")))