Skip to content

Instantly share code, notes, and snippets.

@donpdonp
Created August 1, 2018 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donpdonp/b2081654b306abf4184c93f9920cd223 to your computer and use it in GitHub Desktop.
Save donpdonp/b2081654b306abf4184c93f9920cd223 to your computer and use it in GitHub Desktop.
{
"perl" : "6.*",
"name" :"CamelPub",
"version" : "0.1.0",
"description" : "Interact with the Fediverse including ActivityPub and Webfinger",
"license" : "Artistic-2.0",
"source-url" : "https://nest.pijul.com/donpdonp/camelpub",
"tags" : [ "CamelPub", "activitypub", "webfinger" ],
"depends" : ["Cro::HTTP", "URI", "DBIish"],
"provides" : {
"CamelPubTool": "lib/CamelPubTool.pm6",
"CamelPub::ActivityPub": "lib/CamelPub/ActivityPub.pm6",
"CamelPub::Commands": "lib/CamelPub/Commands.pm6",
"CamelPub::Net": "lib/CamelPub/Net.pm6",
"CamelPub::Server": "lib/CamelPub/Server.pm6",
"CamelPub::WebFinger": "lib/CamelPub/WebFinger.pm6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment