aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 0988280325f31a7309cf6265b33bd5f08cccfcf8 (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.2",
    "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"
}