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