aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
new file mode 100644
index 0000000..c60d03b
--- /dev/null
+++ b/src/package.lisp
@@ -0,0 +1,8 @@
+;;;; package.lisp
+
+(defpackage #:weekend
+ (:use #:cl #:flatbind)
+ (:local-nicknames
+ (#:http #:hunchentoot)
+ (#:a #:alexandria-2)
+ (#:mop #:closer-mop)))