diff options
author | colin <colin@cicadas.surf> | 2024-11-30 07:31:54 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-11-30 07:31:54 -0800 |
commit | ca8cfa8e4c566de9e366d10ca2b2f7a99e523dd4 (patch) | |
tree | 3f027a4d8ff8c2dec8cc03002f9b4ba7bb9c91a1 /hypnotisml.asd | |
parent | a2e97a1a16807858b9743ba42043e978297b0bb5 (diff) |
added qlot deps; removed dom-transform from asd
Diffstat (limited to 'hypnotisml.asd')
-rw-r--r-- | hypnotisml.asd | 9 |
1 files changed, 4 insertions, 5 deletions
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 <your.name@example.com>" - :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"))) |