blob: 3b56330a0f624fb8d761fd5e5a50cc8d2ae621c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
;;;; granolin.asd
(asdf:defsystem #:granolin
:description "Lisp learns how to spam Matrix servers."
:author "thegoofist@protonmail.com"
:license "AGPLv3.0"
:version "0.0.1"
:serial t
:depends-on (#:drakma #:jonathan)
:components ((:file "package")
(:file "macros")
(:file "utils")
(:file "granolin")
(:file "utility-apps")))
|