-
Notifications
You must be signed in to change notification settings - Fork 14
/
META6.json
56 lines (56 loc) · 2.23 KB
/
META6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"perl" : "6.c",
"name" : "Whateverable",
"version" : "1.0.12",
"description" : "Different IRC bots that operate on a bunch of prebuilt Rakudo versions",
"authors" : [
"Aleks-Daniel Jakimenko-Aleksejev <[email protected]>",
"Daniel Green <[email protected]>"
],
"license" : "AGPL-3.0-or-later",
"provides" : {
"Whateverable" : "lib/Whateverable.pm6",
"Whateverable::Bisection" : "lib/Whateverable/Bisection.pm6",
"Whateverable::Bits" : "lib/Whateverable/Bits.pm6",
"Whateverable::Building" : "lib/Whateverable/Building.pm6",
"Whateverable::Builds" : "lib/Whateverable/Builds.pm6",
"Whateverable::Config" : "lib/Whateverable/Config.pm6",
"Whateverable::Configurable" : "lib/Whateverable/Configurable.pm6",
"Whateverable::Discordable" : "lib/Whateverable/Discordable.pm6",
"Whateverable::FootgunDB" : "lib/Whateverable/FootgunDB.pm6",
"Whateverable::Heartbeat" : "lib/Whateverable/Heartbeat.pm6",
"Whateverable::Messages" : "lib/Whateverable/Messages.pm6",
"Whateverable::Output" : "lib/Whateverable/Output.pm6",
"Whateverable::Processing" : "lib/Whateverable/Processing.pm6",
"Whateverable::Running" : "lib/Whateverable/Running.pm6",
"Whateverable::Uniprops" : "lib/Whateverable/Uniprops.pm6",
"Whateverable::Userlist" : "lib/Whateverable/Userlist.pm6",
"Whateverable::Webhooks" : "lib/Whateverable/Webhooks.pm6"
},
"depends" : [
"App::GPTrixie",
"Config::INI",
"Cro",
"Cro::HTTP::Client",
"Digest",
"Digest::HMAC",
"Digest::SHA256::Native",
"File::Directory::Tree",
"File::Temp",
"HTTP::Server::Async",
"HTTP::UserAgent",
"IO::Socket::SSL",
"IRC::Client",
"IRC::TextColor",
"JSON::Fast",
"Number::Denominate",
"Pastebin::Gist",
"SVG::Plot",
"ake",
"Stats",
"Terminal::ANSIColor",
"Text::Diff::Sift4"
],
"resources" : [ ],
"source-url" : "https://github.com/Raku/whateverable.git"
}