;;;; vampire.asd (asdf:defsystem #:vampire :description "Describe vampire here" :author "Your Name " :license "Specify license here" :version "0.0.1" :serial t :depends-on (#:clog #:hunchentoot #:clack-handler-hunchentoot #:bknr.datastore #:legion #:defclass-std #:derrida #:ironclad #:jonathan #:swank) :components ((:file "hunchentoot-handle-static-file") (:file "package") (:file "definition-macros") (:file "utilities") (:file "downloader") (:file "model") (:file "session") (:file "style") (:file "navigation") (:file "new-account") (:file "explore") (:file "login") (:file "home") (:file "playlist") (:file "vampire") (:file "run")))