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