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

(asdf:defsystem #:snekeyes
  :description "A Matrix bot to roll dice."
  :author "Shoshin <shoshin@cicadas.surf>"
  :license  "AGPL"
  :version "0.0.1"
  :serial t
  :depends-on (#:granolin #:cl-ppcre)
  :components ((:file "package")
               (:file "snekeyes")))