summaryrefslogtreecommitdiff
path: root/granolin.asd
blob: 3f0dcd453ae17680c8a985eb2994cf1a02b22847 (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.0"
  :serial t
  :depends-on (#:drakma #:jonathan #:local-time)
  :components ((:file "package")
               (:file "macros")
               (:file "utils")
               (:file "granolin")
               (:file "plugins")))