aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-04-20 12:33:28 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-04-20 12:33:28 +0200
commitab02976f1c7853be303b88ed4b4705cd0770540c (patch)
tree566aa9ab256ea85633cf3b5843e16fe744338197 /META6.json
Initial commit
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/META6.json b/META6.json
new file mode 100644
index 0000000..c79705f
--- /dev/null
+++ b/META6.json
@@ -0,0 +1,16 @@
+{
+ "api": "0",
+ "auth": "",
+ "authors": [
+ "Patrick Spek <p.spek@tyil.nl>"
+ ],
+ "description": "A simple logging library for Raku",
+ "license": "AGPL-3.0",
+ "name": "Log",
+ "perl": "6.d",
+ "provides": {
+ "Log::Simple": "lib/Log/Simple.rakumod"
+ },
+ "source-url": "",
+ "version": "0.0.0"
+}