aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 5f6ba9c7cd1b69e8654d7baee08a214c84a08194 (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
{
  "api": "1",
  "auth": "github:scriptkitties",
  "authors": [
    "Patrick Spek <p.spek@tyil.work>"
  ],
  "depends": [
    "Config::TOML:ver<0.1.1>:auth<atweiden>",
    "Config:ver<3.0.3>:auth<cpan:TYIL>"
  ],
  "description": "TOML parser for Config",
  "license": "GPL-3.0",
  "name": "Config::Parser::toml",
  "perl": "6",
  "provides": {
    "Config::Parser::toml": "lib/Config/Parser/toml.rakumod"
  },
  "source-url": "https://github.com/scriptkitties/p6-Config-Parser-toml.git",
  "tags": [
    "config",
    "configuration"
  ],
  "test-depends": [
    "File::Temp",
    "Test::META"
  ],
  "version": "1.0.3"
}