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

(asdf:defsystem #:fussy
  :description "Describe fussy here"
  :author "Your Name <your.name@example.com>"
  :license  "Specify license here"
  :version "0.0.1"
  :serial t
  :depends-on (#:hyperquirks
               #:bknr.datastore
               #:lazybones
               #:dexador
               #:spinneret
               #:lass
               #:parenscript)
  :components ((:file "package")
               (:file "fussy")))