aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: ccbda0f47a0697bcc9d58c4410e3039a45ee6a5e (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
27
28
29
30
{
    "perl": "6",
    "name": "Config",
    "version": "1.2.0",
    "auth": "github:scriptkitties",
    "description": "Extensible library for reading and writing configuration files.",
    "license": "GPL-3.0",
    "depends": [
        "Hash::Merge"
    ],
    "provides": {
        "Config": "lib/Config.pm6",
        "Config::Parser": "lib/Config/Parser.pm6",
        "Config::Parser::NULL": "lib/Config/Parser/NULL.pm6",
        "Config::Exception::FileNotFoundException": "lib/Config/Exception/FileNotFoundException.pm6",
        "Config::Exception::UnimplementedMethodException": "lib/Config/Exception/UnimplementedMethodException.pm6",
        "Config::Exception::MissingParserException": "lib/Config/Exception/MissingParserException.pm6"
    },
    "authors": [
        "Patrick Spek <p.spek@tyil.work>"
    ],
    "tags": [
        "config",
        "configuration"
    ],
    "test-depends": [
        "Test::META"
    ],
    "source-url": "https://github.com/scriptkitties/p6-Config.git"
}