summaryrefslogtreecommitdiff
path: root/mulkcms-hunchentoot.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 /mulkcms-hunchentoot.lisp
parent50ce4a048deafd7871be05f5d6a772a21a187306 (diff)
Add initial skeleton files.
Diffstat (limited to 'mulkcms-hunchentoot.lisp')
-rw-r--r--mulkcms-hunchentoot.lisp7
1 files changed, 7 insertions, 0 deletions
diff --git a/mulkcms-hunchentoot.lisp b/mulkcms-hunchentoot.lisp
new file mode 100644
index 0000000..78bee45
--- /dev/null
+++ b/mulkcms-hunchentoot.lisp
@@ -0,0 +1,7 @@
+(defpackage #:mulkcms
+ (:use #:common-lisp #:split-sequence #:alexandria #:cl-fad)
+ (:shadow #:copy-file #:copy-stream))
+
+(in-package #:mulkcms)
+
+