;;;; package.lisp (defpackage #:vampire (:use #:cl #:clog) (:import-from #:bknr.datastore #:with-transaction #:store-object #:persistent-class #:store-objects-with-class #:store-object-id #:make-blob-from-file) (:import-from #:bknr.indices #:string-unique-index #:hash-index #:hash-list-index) (:import-from #:derrida #:with-plist) (:import-from #:alexandria-2 #:with-gensyms #:when-let #:when-let* #:if-let) (:import-from #:defclass-std #:defclass/std))