blob: bdeac363ae4e70f210b58fa54016134277e57b6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;;;; 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 "granolin")))
|