(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 "git") (:file "run") (:file "processor") (:file "server") (:file "cli")) :depends-on (:herbie-utility :opera)) (asdf:defsystem candle-aws :pathname "src/main/aws" :components ((:file "aws") (:file "config"))) (asdf:defsystem candle-local :pathname "src/main/local" :components ((:file "local") (:file "config")))