From e9f01caf33a9306d4e44cf0f601ce1736fbc2423 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 25 Jun 2024 21:59:39 -0700 Subject: Add: dom-transform --- hypnotisml.asd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hypnotisml.asd') diff --git a/hypnotisml.asd b/hypnotisml.asd index 15d90e1..98a1549 100644 --- a/hypnotisml.asd +++ b/hypnotisml.asd @@ -7,6 +7,7 @@ :version "0.0.1" :pathname "src/" :serial t - :depends-on (#:def #:alexandria #:parenscript #:closer-mop) + :depends-on (#:def #:alexandria #:parenscript #:argot) :components ((:file "package") - (:file "hypnotisml"))) + (:file "hypnotisml") + (:file "dom-transform"))) -- cgit v1.2.3