summaryrefslogtreecommitdiff
path: root/hypnotisml.asd
blob: 15d90e13c85595111e6028c1e4a624f126af0bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;;; hypnotisml.asd

(asdf:defsystem #:hypnotisml
  :description "Describe hypnotisml here"
  :author "Your Name <your.name@example.com>"
  :license  "Specify license here"
  :version "0.0.1"
  :pathname "src/"
  :serial t
  :depends-on (#:def #:alexandria #:parenscript #:closer-mop)
  :components ((:file "package")
               (:file "hypnotisml")))