From ca8cfa8e4c566de9e366d10ca2b2f7a99e523dd4 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 30 Nov 2024 07:31:54 -0800 Subject: added qlot deps; removed dom-transform from asd --- hypnotisml.asd | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'hypnotisml.asd') diff --git a/hypnotisml.asd b/hypnotisml.asd index 98a1549..583548b 100644 --- a/hypnotisml.asd +++ b/hypnotisml.asd @@ -1,13 +1,12 @@ ;;;; hypnotisml.asd (asdf:defsystem #:hypnotisml - :description "Describe hypnotisml here" - :author "Your Name " - :license "Specify license here" + :description "A CL HTML Builder with In-Browser Interactivity." + :author "colin@cicadas.surf" + :license "Unlicense" :version "0.0.1" :pathname "src/" :serial t :depends-on (#:def #:alexandria #:parenscript #:argot) :components ((:file "package") - (:file "hypnotisml") - (:file "dom-transform"))) + (:file "hypnotisml"))) -- cgit v1.2.3