From b31c905089fae80ee1645506cd3026ee3b7a5d1d Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 24 Oct 2022 14:26:16 -0500 Subject: Add: derriday for with-plists --- package.lisp | 1 + vampire.asd | 1 + 2 files changed, 2 insertions(+) diff --git a/package.lisp b/package.lisp index ed09c5f..2903fe6 100644 --- a/package.lisp +++ b/package.lisp @@ -13,6 +13,7 @@ #:string-unique-index #:hash-index #:hash-list-index) + (:import-from #:derrida #:with-plist) (:import-from #:alexandria-2 #:with-gensyms #:when-let diff --git a/vampire.asd b/vampire.asd index e4e081b..8ba1687 100644 --- a/vampire.asd +++ b/vampire.asd @@ -10,6 +10,7 @@ #:bknr.datastore #:legion #:defclass-std + #:derrida #:ironclad #:jonathan) :components ((:file "package") -- cgit v1.2.3