Rename projects, docgen->sheep, checkstyle->wolf
[wolf] / src / main / wolf.asd
diff --git a/src/main/wolf.asd b/src/main/wolf.asd
new file mode 100644 (file)
index 0000000..3671f2e
--- /dev/null
@@ -0,0 +1,8 @@
+(asdf:defsystem wolf
+ :name "Wolf - A syntax checking utility for common lisp"
+ :version "0.1"
+ :maintainer "Frank Duncan (frank@consxy.com)"
+ :author "Frank Duncan (frank@consxy.com)"
+ :components ((:file "package") (:file "wolf"))
+ :serial t
+ :depends-on (:cl-ppcre))