aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 6b6b61ba84e7c9d5619cecef15a64039009d2e72 (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
26
{
    "perl"         : "6.c",
    "name"         : "IRC::Client",
    "license"      : "Artistic-2.0",
    "version"      : "3.007011",
    "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::Plugin"           : "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"   : "https://github.com/zoffixznet/perl6-IRC-Client.git"}
}