summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp19
1 files changed, 19 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
new file mode 100644
index 0000000..5f45b84
--- /dev/null
+++ b/package.lisp
@@ -0,0 +1,19 @@
+;;;; package.lisp
+
+(defpackage #:arclade
+ (:use #:cl)
+ (:local-nicknames (#:db #:bknr.datastore)
+ (#:idx #:bknr.indices)
+ (#:lzb #:lazybones)
+ (#:json #:jonathan))
+ (:import-from #:lazybones
+ #:defendpoint*)
+ (:import-from #:derrida
+ #:with-plist)
+ (:import-from #:spinneret
+ #:with-html
+ #:with-html-string)
+ (:import-from #:testiere
+ #:defun/t)
+ (:import-from #:defclass-std
+ #:defclass/std))