diff options
author | Grant Shangreaux <shshoshin@protonmail.com> | 2020-04-18 21:10:24 -0500 |
---|---|---|
committer | Grant Shangreaux <shshoshin@protonmail.com> | 2020-04-18 21:10:24 -0500 |
commit | c13506f996a671d08612879d359cbee75cb8e42c (patch) | |
tree | 9fdb677c365956b0f29a18f82fc8bf9123f57a32 /snekeyes.asd | |
parent | ec408cc4235a18b9089a93aee6145bb398346577 (diff) |
Feature: alpha version of the snekeyes dice rolling bot
Diffstat (limited to 'snekeyes.asd')
-rw-r--r-- | snekeyes.asd | 11 |
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"))) |