aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 4042d2fa6ce0d4c8903c5ddd555bb4189960008a (plain)
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
{
    "perl"         : "6.c",
    "name"         : "IRC::Client",
    "license"      : "Artistic-2.0",
    "version"      : "3.006005",
    "description"  : "Extendable Internet Relay Chat client",
    "tags"         : [ "Net", "IRC" ],
    "depends"      : [
        "IO::Socket::Async::SSL"
    ],
    "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"}
}