Initial functionality, basic client, data model and startup
[candle] / candle.asd
diff --git a/candle.asd b/candle.asd
new file mode 100644 (file)
index 0000000..7ffb165
--- /dev/null
@@ -0,0 +1,9 @@
+(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"))
+ :depends-on (:herbie-utility))