summaryrefslogtreecommitdiff
path: root/snekeyes.asd
diff options
context:
space:
mode:
authorGrant Shangreaux <shshoshin@protonmail.com>2020-04-18 21:10:24 -0500
committerGrant Shangreaux <shshoshin@protonmail.com>2020-04-18 21:10:24 -0500
commitc13506f996a671d08612879d359cbee75cb8e42c (patch)
tree9fdb677c365956b0f29a18f82fc8bf9123f57a32 /snekeyes.asd
parentec408cc4235a18b9089a93aee6145bb398346577 (diff)
Feature: alpha version of the snekeyes dice rolling bot
Diffstat (limited to 'snekeyes.asd')
-rw-r--r--snekeyes.asd11
1 files changed, 11 insertions, 0 deletions
diff --git a/snekeyes.asd b/snekeyes.asd
new file mode 100644
index 0000000..880532a
--- /dev/null
+++ b/snekeyes.asd
@@ -0,0 +1,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")))