summaryrefslogtreecommitdiff
path: root/posterbot.asd
blob: 0d243c2df12787e719545f07091e56b8c75c3085 (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 #:drakma #:plump #:clss)
  :components ((:file "package")
               (:file "posterbot")))