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