aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: c1641872f8c2a7ec445a99fe67f0bcdbca8bd50b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "perl"         : "6.c",
    "name"         : "IRC::Client",
    "version"      : "3.006004",
    "description"  : "Extendable Internet Relay Chat client",
    "tags"         : [ "Net", "IRC" ],
    "depends"      : [
    ],
    "test-depends" : [
        "Test",
        "Test::When",
        "Test::Notice"
    ],
    "provides"     : {
        "IRC::Client"                   : "lib/IRC/Client.pm6",
        "IRC::Client::Message"          : "lib/IRC/Client/Message.pm6",
        "IRC::Client::Grammar"          : "lib/IRC/Client/Grammar.pm6",
        "IRC::Client::Grammar::Actions" : "lib/IRC/Client/Grammar/Actions.pm6",
        "IRC::Client::Server"           : "lib/IRC/Client/Server.pm6"
    },
    "authors"       : ["Zoffix Znet"],
    "support"       : {"source"   : "git://github.com/zoffixznet/perl6-IRC-Client.git"}
}