summaryrefslogtreecommitdiff
path: root/pastiche.asd
blob: f1e22847397e197190c20107e037247750daae2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;;;; 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
               #:jonathan)
  :components ((:file "package")
               (:file "pastiche")))