summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp14
1 files changed, 13 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index 2c7bff8..ff06a36 100644
--- a/package.lisp
+++ b/package.lisp
@@ -8,8 +8,20 @@
(#:re #:cl-ppcre)
(#:json #:jonathan))
(:import-from #:lazybones
+ #:defendpoint
#:defendpoint*)
(:import-from #:derrida
#:with-plist))
-
+(defpackage #:dnd.api
+ (:use #:cl)
+ (:local-nicknames (#:db #:bknr.datastore)
+ (#:idx #:bknr.indices)
+ (#:lzb #:lazybones)
+ (#:re #:cl-ppcre)
+ (#:json #:jonathan))
+ (:import-from #:lazybones
+ #:defendpoint
+ #:defendpoint*)
+ (:import-from #:derrida
+ #:with-plist))