diff options
author | colin <colin@cicadas.surf> | 2024-05-18 07:50:16 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-05-18 07:50:16 -0700 |
commit | 23873b455554ba40f79be561b5150b4526a19d3f (patch) | |
tree | bbb29e580e99f45c62fae376db5e75615015a830 /package.lisp | |
parent | 9ab26f07d209a387252a87dc10e986995bbc154a (diff) |
Remove: Purged CLOG
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package.lisp b/package.lisp index c24492c..0335b3d 100644 --- a/package.lisp +++ b/package.lisp @@ -1,8 +1,12 @@ ;;;; package.lisp (defpackage #:vampire - (:use #:cl #:clog) - (:local-nicknames (#:zippy #:org.shirakumo.zippy )) + (:use #:cl) + (:local-nicknames + (#:db #:bknr.datastore) + (#:wknd #:weekend) + (#:a #:alexandria-2) + (#:zippy #:org.shirakumo.zippy )) (:import-from #:bknr.datastore #:with-transaction #:store-object |