summaryrefslogtreecommitdiff
path: root/granolin.asd
blob: 968777dc511e580f34ead6135310ea5711704f55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;;;; granolin.asd

(asdf:defsystem #:granolin
  :description "Lisp learns how to spam Matrix servers."
  :author "cbeok@protonmail.com"
  :license  "AGPLv3.0"
  :version "0.1.2"
  :serial t
  :depends-on (#:drakma #:jonathan #:local-time)
  :components ((:file "package")
               (:file "macros")
               (:file "utils")
               (:file "granolin")
               (:file "plugins")))