activity-servist/activitypub-servist.asd

4 lines
152 B
Common Lisp

(defsystem "activitypub-servist"
:depends-on ("alexandria" "clack" "purl" "str" "webtentacle" "yason")
:components ((:file "activitypub-servist")))