;;;; hypnotisml.asd (asdf:defsystem #:hypnotisml :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")))