aboutsummaryrefslogtreecommitdiff
path: root/oneliners.api.asd
blob: abf2f508988594649a13b3c22ad4184ffe8f3990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(defsystem "oneliners.api"
  :version "0.2.0"
  :author "Colin Okay"
  :license "AGPLv3"
  :depends-on ("lazybones-hunchentoot"
               "lazybones-client"
               "bknr.datastore"
               "jonathan"
               "ironclad"
               "uuid"
               "lambda-riffs")
  
  :components ((:module "src"
                :components
                ((:file "package")
                 (:file "util")
                 (:file "main")
                 (:file "run"))))
  :description "")