aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-04-20 13:23:11 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-04-20 13:23:11 +0200
commit73ca4195d3d19499342b61265bd162adb8481214 (patch)
tree471eefc7e574e169105e749ad30d58d13e82c5d9 /META6.json
Initial commit
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/META6.json b/META6.json
new file mode 100644
index 0000000..ff0cd85
--- /dev/null
+++ b/META6.json
@@ -0,0 +1,20 @@
+{
+ "api": "0",
+ "auth": "",
+ "authors": [
+ "Patrick Spek <p.spek@tyil.nl>"
+ ],
+ "depends": [
+ "Log",
+ "Terminal::ANSIColor"
+ ],
+ "description": "A Log implementation with colored output",
+ "license": "LGPL-3.0-only",
+ "name": "Log::Colored",
+ "perl": "6.d",
+ "provides": {
+ "Log::Colored": "lib/Log/Colored.rakumod"
+ },
+ "source-url": "",
+ "version": "0.0.0"
+}