summaryrefslogtreecommitdiff
path: root/package-hunchentoot.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-02 00:04:52 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-02 00:04:52 +0100
commit6406c2616403ebac3a6e7be76badb05e68801264 (patch)
tree8ec9661e69bbb4620be4a299cc7fc173d75c767a /package-hunchentoot.lisp
parent139498f649b3967e220cb6e1c684e972b9e37a9c (diff)
Add package MULKCMS-HUNCHENTOOT.
Diffstat (limited to 'package-hunchentoot.lisp')
-rw-r--r--package-hunchentoot.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/package-hunchentoot.lisp b/package-hunchentoot.lisp
new file mode 100644
index 0000000..1380237
--- /dev/null
+++ b/package-hunchentoot.lisp
@@ -0,0 +1,4 @@
+(cl:defpackage #:mulkcms-hunchentoot
+ (:use #:common-lisp #:hunchentoot #:cl-who #:cl-ppcre #:alexandria #:cl-fad
+ #:mulkcms)
+ (:shadow #:copy-file #:copy-stream))