aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-04-20 10:53:22 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-04-20 10:53:22 +0200
commit8b3b434aaf1b4dc52f1278dac52d83de70b029df (patch)
tree049416ecdea52cfdd2399cc88be8f7ac703d55f3 /META6.json
Initial commit
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/META6.json b/META6.json
new file mode 100644
index 0000000..39274cb
--- /dev/null
+++ b/META6.json
@@ -0,0 +1,17 @@
+{
+ "api": "0",
+ "auth": "",
+ "authors": [
+ "Patrick Spek <p.spek@tyil.nl>"
+ ],
+ "description": "An interface for logging mechanisms to adhere to",
+ "license": "LGPL-3.0-only",
+ "name": "Log",
+ "perl": "6.d",
+ "provides": {
+ "Log": "lib/Log.rakumod",
+ "Log::Level": "lib/Log/Level.rakumod"
+ },
+ "source-url": "",
+ "version": "0.0.0"
+}