summaryrefslogtreecommitdiff
path: root/fussy.asd
blob: 95e3d7192d9903bd01f100e646d1b3f761a3121b (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 "0.0.1"
  :serial t
  :depends-on (#:hyperquirks
               #:bknr.datastore
               #:lazybones-hunchentoot
               #:dexador
               #:spinneret
               #:lass
               #:parenscript
               #:defclass-std)
  :components ((:file "package")
               (:file "fussy")))