summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-03-05 16:36:44 -0800
committercolin <colin@cicadas.surf>2023-03-05 16:36:44 -0800
commitf7abccc38ceda7024ca375d34ed88f4fb561ef02 (patch)
tree432d6673e9e8d53b5fbc43e25a684b654f6dea1d /package.lisp
parent89d0d687992b41f7f0f9b0d3da19d9d587f06010 (diff)
Reorganized codebase
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp24
1 files changed, 0 insertions, 24 deletions
diff --git a/package.lisp b/package.lisp
deleted file mode 100644
index 20a16d0..0000000
--- a/package.lisp
+++ /dev/null
@@ -1,24 +0,0 @@
-;;;; package.lisp
-
-(defpackage #:dnd
- (:use #:cl)
- (:local-nicknames (#:db #:bknr.datastore)
- (#:idx #:bknr.indices)
- (#:lzb #:lazybones)
- (#:re #:cl-ppcre)
- (#:json #:jonathan)
- (#:a #:alexandria-2))
- (:import-from #:testiere
- #:defun/t)
- (:import-from #:lazybones
- #:defendpoint*)
- (:import-from #:derrida
- #:with-plist)
- (:import-from #:spinneret
- #:with-html
- #:with-html-string)
- (:import-from #:defclass-std
- #:defclass/std)
- (:export :boot))
-
-