From ee7919667832660ef05939823af5516eb9344e16 Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Sat, 7 Jan 2023 09:38:34 -0600 Subject: Revert "Refactor: to embrace the new dnd.api package more fully" This reverts commit ab0d667b3776786461d15112b648aafc3f00280f. --- package.lisp | 47 ++++++++++++++++++++++------------------------- 1 file changed, 22 insertions(+), 25 deletions(-) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index 16473c5..ff06a36 100644 --- a/package.lisp +++ b/package.lisp @@ -1,30 +1,27 @@ ;;;; package.lisp -(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) - (:export - #:dnd.api - #:init-db)) - (defpackage #:dnd (:use #:cl) - (:local-nicknames - (#:lzb #:lazybones) - (#:api #:dnd.api)) - (:export - #:start)) + (: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)) - ; the app's name +(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)) -- cgit v1.2.3