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