summaryrefslogtreecommitdiff
path: root/adminbot.asd
blob: 7c264058a3694d0ddcbae7dd90b64508a37db5c4 (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.1"
  :serial t
  :depends-on (#:granolin #:ironclad #:cl-ppcre)
  :components ((:file "package")
               (:file "adminbot")))