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

(asdf:defsystem #:adminbot
  :description "A Matrix bot to do admin tasks."
  :author "Shoshin <shshoshin@protonmail.com>"
  :license  "AGPL"
  :version "0.1.0"
  :serial t
  :depends-on (#:granolin #:ironclad #:cl-ppcre)
  :components ((:file "package")
               (:file "adminbot")))