diff options
Diffstat (limited to 'mulkcms-hunchentoot.lisp')
-rw-r--r-- | mulkcms-hunchentoot.lisp | 7 |
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) + + |