;;;; hypnotisml.asd (asdf:defsystem #:hypnotisml :description "Describe hypnotisml here" :author "Your Name " :license "Specify license here" :version "0.0.1" :pathname "src/" :serial t :depends-on (#:def #:alexandria #:parenscript) :components ((:file "package") (:file "hypnotisml")))