aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: bb8f200595d3bd9dc61520f5a95446ed17aa67c4 (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",
    "name": "Config::Parser::toml",
    "version": "1.0.0",
    "auth": "github:scriptkitties",
    "description": "TOML parser for Config",
    "license": "GPL-3.0",
    "depends": [
        "Config"
    ],
    "provides": {
        "Config::Parser::toml": "lib/Config/Parser/toml.pm6"
    },
    "authors": [
        "Patrick Spek <p.spek@tyil.work>"
    ],
    "tags": [
        "config",
        "configuration"
    ],
    "test-depends": [
        "File::Temp",
        "Test::META"
    ],
    "source-url": "https://github.com/scriptkitties/p6-Config-Parser-toml.git"
}