4 lines
180 B
Common Lisp
4 lines
180 B
Common Lisp
(defsystem "activitypub-servist"
|
|
:depends-on ("alexandria" "clack" "inferior-shell" "ironclad" "purl" "str" "webtentacle" "yason")
|
|
:components ((:file "activitypub-servist")))
|