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>2024-04-15 07:45:09 +0200
commitbf8f3057eb68d2f973cd5cec03c58675ae9b763b (patch)
tree09265531d2d62036ddd196a03b121772cd0a4776 /META6.json
Initial commitHEADv0.1.2master
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..70cc4f5
--- /dev/null
+++ b/META6.json
@@ -0,0 +1,20 @@
+{
+ "api": "0",
+ "auth": "",
+ "authors": [
+ "Patrick Spek <p.spek@tyil.nl>"
+ ],
+ "depends": [
+ "Log:auth<cpan:TYIL>:ver<0.3.1>",
+ "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": "https://home.tyil.nl/git/raku/Log::Colored/",
+ "version": "0.1.2"
+}