aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: da176f607cb868d089273c4b41642ed36bd4a6d0 (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
{
    "perl": "6",
    "name": "Config::Parser::toml",
    "version": "1.0.1",
    "auth": "github:scriptkitties",
    "description": "TOML parser for Config",
    "license": "GPL-3.0",
    "depends": [
        "Config",
        "Config::TOML"
    ],
    "provides": {
        "Config::Parser::toml": "lib/Config/Parser/toml.rakumod"
    },
    "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"
}