aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 8f6d0d713fe6797fa2207a67ce5d43a62e4994c4 (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.003001",
    "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"
    },
    "authors"       : ["Zoffix Znet"],
    "support"       : {"source"   : "git://github.com/zoffixznet/perl6-IRC-Client.git"}
}