Tweak system definitions
This commit is contained in:
parent
94ff3fa326
commit
ee06e1e80d
|
@ -1,9 +1,25 @@
|
||||||
(defsystem "activitypub-servist"
|
(require "asdf")
|
||||||
|
|
||||||
|
|
||||||
|
(asdf:defsystem "activitypub-servist"
|
||||||
|
:version "0.0"
|
||||||
|
:license "AGPLv3"
|
||||||
|
:description "ActitivyPub federated server framework."
|
||||||
|
:author "Jaidyn Ann <jadedctrl@posteo.at>"
|
||||||
|
:homepage "https://hak.xwx.moe/jadedctrl/activitypub-servist"
|
||||||
|
|
||||||
:depends-on ("activitypub-servist/signatures"
|
:depends-on ("activitypub-servist/signatures"
|
||||||
"alexandria" "clack" "dexador"
|
"alexandria" "clack" "dexador"
|
||||||
"local-time" "purl" "str" "webtentacle" "yason")
|
"local-time" "purl" "str" "webtentacle" "yason")
|
||||||
:components ((:file "src/activitypub-servist")))
|
:components ((:file "src/activitypub-servist")))
|
||||||
|
|
||||||
(defsystem "activitypub-servist/signatures"
|
|
||||||
|
(asdf:defsystem "activitypub-servist/signatures"
|
||||||
|
:version "0.0"
|
||||||
|
:license "AGPLv3"
|
||||||
|
:description "AP-S subpackage for handling HTTP signatures."
|
||||||
|
:author "Jaidyn Ann <jadedctrl@posteo.at>"
|
||||||
|
:homepage "https://hak.xwx.moe/jadedctrl/activitypub-servist"
|
||||||
|
|
||||||
:depends-on ("cl-base64" "inferior-shell" "ironclad" "str")
|
:depends-on ("cl-base64" "inferior-shell" "ironclad" "str")
|
||||||
:components ((:file "src/signatures")))
|
:components ((:file "src/signatures")))
|
||||||
|
|
Ŝarĝante…
Reference in New Issue