summaryrefslogtreecommitdiff
path: root/pastiche.asd
blob: 8fb0f7cfd0d2eed1dde82a9217ab0669a9eccf40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;;;; pastiche.asd

(asdf:defsystem #:pastiche
  :description "Describe pastiche here"
  :author "Your Name <your.name@example.com>"
  :license  "Specify license here"
  :version "0.0.1"
  :serial t
  :depends-on (#:weekend
               #:hypnotisml
               #:alexandria
               #:def
               #:bknr.datastore
               #:flatbind)
  :components ((:file "package")
               (:file "pastiche")))