aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-04-23 21:31:18 +0200
committerPatrick Spek <p.spek@tyil.nl>2017-04-23 21:31:18 +0200
commita5c9ad058898d4467cdc6993a9c1b3b1a096935f (patch)
tree328a326cc926c3a46e9daea253e5e3963ee2d8f9 /META6.json
Initial commit
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/META6.json b/META6.json
new file mode 100644
index 0000000..69f30dc
--- /dev/null
+++ b/META6.json
@@ -0,0 +1,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"
+}