(asdf:defsystem candle :name "Command Line Common Lisp Continuous Integration Tool" :version "0.1" :maintainer "Frank Duncan (frank@consxy.com)" :author "Frank Duncan (frank@consxy.com)" :serial t :pathname "src/main" :components ((:file "package") (:file "base") (:file "server") (:file "cli") (:file "run")) :depends-on (:herbie-utility :opera))