activitypub-servist/activitypub-servist.asd
Jaidyn Ann 05fd026c84 Begin authorization; tweak webfinger & user-profs
Tweaks webfinger output & user-profile data to be
more along the lines of Mastodon et. al.

Also contains the beginnings of
signature-generation required for actually sending
messages.
2023-12-19 23:37:33 -06:00

6 lines
314 B
Common Lisp

(defsystem "activitypub-servist"
:depends-on ("alexandria" "clack" "dexador" "inferior-shell" "ironclad" "local-time" "purl" "str" "webtentacle" "yason")
:components ((:file "activitypub-servist")))
;; (ql:quickload '(alexandria clack dexador inferior-shell ironclad local-time purl str webtentacle yason))