2023-09-01 22:20:13 -05:00
|
|
|
(defsystem "activitypub-servist"
|
2024-06-10 18:10:19 -05:00
|
|
|
:depends-on ("activitypub-servist/signatures"
|
|
|
|
"alexandria" "clack" "dexador"
|
|
|
|
"local-time" "purl" "str" "webtentacle" "yason")
|
|
|
|
:components ((:file "src/activitypub-servist")))
|
2023-12-19 23:37:33 -06:00
|
|
|
|
2024-06-10 18:10:19 -05:00
|
|
|
(defsystem "activitypub-servist/signatures"
|
|
|
|
:depends-on ("cl-base64" "inferior-shell" "ironclad" "str")
|
|
|
|
:components ((:file "src/signatures")))
|