From df8df584beb6f79cc2659b027e87bebbb45d5bba Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 22 Oct 2022 08:26:40 -0500 Subject: Add: package imports; asd files --- package.lisp | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index fde7f4b..723bbb5 100644 --- a/package.lisp +++ b/package.lisp @@ -1,4 +1,20 @@ ;;;; package.lisp (defpackage #:vampire - (:use #:cl)) + (:use #:cl #:clog #:binding-arrows) + (:import-from #:bknr.datastore + #:with-transaction + #:store-object + #:persistent-class + #:store-objects-with-class + #:store-object-id) + (:import-from #:bknr.indices + #:string-unique-index + #:hash-index + #:hash-list-index) + (:import-from #:alexandria-2 + #:with-gensyms + #:when-let + #:when-let* + #:if-let) + (:import-from #:defclass-std #:defclass/std)) -- cgit v1.2.3