blob: 880532af14d5be1d329982b9800a787504a28a91 (
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 <shshoshin@protonmail.com>"
:license "AGPL"
:version "0.0.1"
:serial t
:depends-on (#:granolin #:cl-ppcre)
:components ((:file "package")
(:file "snekeyes")))
|