git.fiddlerwoaroof.com
jira-api.asd
f9607eae
 ;;;; jira-api.asd
 
 (asdf:defsystem #:jira-api
   :description "Describe jira-api here"
   :author "Your Name <your.name@example.com>"
   :license "Specify license here"
9cc3714b
   :depends-on (#:fwoar-lisputils
f9607eae
                #:alexandria
                #:serapeum
                #:drakma
                #:xhtmlambda
                #:yason
                #:sheeple)
   :serial t
   :components ((:file "package")
                (:file "prompt")
0db897a4
                (:file "api-handler")
                (:file "sheeple-protos")
f9607eae
                (:file "jira-api")))