Rename projects, docgen->sheep, checkstyle->wolf
[wolf] / src / main / package.lisp
index bb4da60ce3f97999e8081f24306792e6b6d8929b..5053c002f0cd5a4a212169f8b7d26cd62faf5290 100644 (file)
@@ -1,2 +1,9 @@
-(defpackage #:style-checker (:use :cl))
+(defpackage #:wolf (:use :cl)
+ (:export #:check-file #:check-directory #:pretty-print-check-directory)
+ (:documentation
+  "Enforces arbitrary set of style guidelines.
 
+This package walks over common lisp code to make sure it adheres to a set
+of syntactic guidelines designed to ensure a semblance of uniformity.  No
+current one was found that could be configured to work the way this one does,
+so instead of writing a configurable tool, another unconfigurable one was born."))