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

(asdf:defsystem #:granolin
  :description "Lisp learns how to spam Matrix servers."
  :author "thegoofist@protonmail.com"
  :license  "AGPLv3.0"
  :version "0.0.1"
  :serial t
  :depends-on (#:drakma #:jonathan)
  :components ((:file "package")
               (:file "granolin")
               (:file "utility-apps")))