;;;; package.lisp (defpackage #:arclade (:use #:cl) (:local-nicknames (#:db #:bknr.datastore) (#:idx #:bknr.indices) (#:lzb #:lazybones) (#:json #:jonathan)) (:import-from #:lazybones #:defendpoint*) (:import-from #:derrida #:with-plist) (:import-from #:spinneret #:with-html #:with-html-string) (:import-from #:testiere #:defun/t) (:import-from #:defclass-std #:defclass/std))