summaryrefslogtreecommitdiff
path: root/package.lisp
blob: 5f45b8406721ea5e1335b5ad6b298b0b42be6194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;;;; 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))