From f7abccc38ceda7024ca375d34ed88f4fb561ef02 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 5 Mar 2023 16:36:44 -0800 Subject: Reorganized codebase --- package.lisp | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 package.lisp (limited to 'package.lisp') 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)) - - -- cgit v1.2.3