aboutsummaryrefslogtreecommitdiff
path: root/META.info
blob: dfaf89792b09b6e5c008906f76b9ce4af7694582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "perl"         : "6.c",
    "name"         : "IRC::Client",
    "version"      : "2.001002",
    "description"  : "Extendable Internet Relay Chat client",
    "depends"      : [ "Data::Dump" ],
    "test-depends" : [ "Test" ],
    "provides"     : {
        "IRC::Client"                   : "lib/IRC/Client.pm6",
        "IRC::Grammar"                  : "lib/IRC/Grammar.pm6",
        "IRC::Parser"                   : "lib/IRC/Parser.pm6",
        "IRC::Grammar::Actions"         : "lib/IRC/Grammar/Actions.pm6",
        "IRC::Client::Plugin"           : "lib/IRC/Client/Plugin.pm6",
        "IRC::Client::Plugin::Debugger" : "lib/IRC/Client/Plugin/Debugger.pm6",
        "IRC::Client::Plugin::PingPong" : "lib/IRC/Client/Plugin/PingPong.pm6"
    },
    "author"       : "Zoffix Znet",
    "source-url"   : "git://github.com/zoffixznet/perl6-IRC-Client.git"
}