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

(asdf:defsystem #:posterbot
  :description "A Matrix bot to post media links."
  :author "Colin Okay <cbeok@protonmail.com>"
  :license  "AGPL"
  :version "0.0.1"
  :serial t
  :depends-on (#:granolin #:cl-ppcre #:alexandria #:cl-fad)
  :components ((:file "package")
               (:file "posterbot")))