2023-09-01 22:20:13 -05:00
|
|
|
(defsystem "activitypub-servist"
|
2023-12-19 23:37:33 -06:00
|
|
|
:depends-on ("alexandria" "clack" "dexador" "inferior-shell" "ironclad" "local-time" "purl" "str" "webtentacle" "yason")
|
2023-09-01 22:20:13 -05:00
|
|
|
:components ((:file "activitypub-servist")))
|
2023-12-19 23:37:33 -06:00
|
|
|
|
|
|
|
;; (ql:quickload '(alexandria clack dexador inferior-shell ironclad local-time purl str webtentacle yason))
|