summaryrefslogtreecommitdiff
path: root/fussy.asd
blob: 4e606ceb0ab9d16da5aafd1c99bc878afdfae655 (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 "An Emacs themes gallery"
  :author "Colin <colin@cicadas.surf>"
  :license  "AGPLv3"
  :version "1.0.1"
  :serial t
  :depends-on (#:hyperquirks
               #:bknr.datastore
               #:lazybones/backend/hunchentoot
               #:dexador
               #:spinneret
               #:lass
               #:parenscript
               #:defclass-std)
  :components ((:file "package")
               (:file "fussy")))