summaryrefslogtreecommitdiff
path: root/arclade.asd
blob: e0ce1bda92707af0cf2f5f27fbd86ffaf1375363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
;;;; arclade.asd

(asdf:defsystem #:arclade
  :description "Arclade is a dumb personal score board / achivements / trophy case web app."
  :author "Shoshin <shoshin@cicadas.surf>"
  :license  "AGPL"
  :version "0.0.1"
  :serial t
  :depends-on
  (#:bknr.datastore
   #:defclass-std
   #:derrida
   #:drakma
   #:ironclad
   #:jonathan
   #:lazybones-hunchentoot
   #:spinneret
   #:swank
   #:testiere
   #:lazybones)
  :components ((:file "package")
               (:file "arclade")))