From f7abccc38ceda7024ca375d34ed88f4fb561ef02 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 5 Mar 2023 16:36:44 -0800 Subject: Reorganized codebase --- src/package.lisp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/package.lisp (limited to 'src/package.lisp') diff --git a/src/package.lisp b/src/package.lisp new file mode 100644 index 0000000..20a16d0 --- /dev/null +++ b/src/package.lisp @@ -0,0 +1,24 @@ +;;;; 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)) + + -- cgit v1.2.3