summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-01 23:16:41 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-01 23:16:41 +0100
commit91c995bb04f74cd671c2b7e61e782ab89d91e0f2 (patch)
treef98c77e1c8687443456d00d6bd15192547728141 /package.lisp
parent50ce4a048deafd7871be05f5d6a772a21a187306 (diff)
Add initial skeleton files.
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
new file mode 100644
index 0000000..77dbdcf
--- /dev/null
+++ b/package.lisp
@@ -0,0 +1,4 @@
+(cl:defpackage #:mulkcms
+ (:use #:common-lisp #:split-sequence #:alexandria #:cl-fad #:cl-who
+ #:cl-ppcre #:postmodern)
+ (:shadow #:copy-file #:copy-stream))