about summary refs log tree commit diff stats
path: root/META6.json
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-08-14 22:11:10 +0530
committerAndinus <andinus@nand.sh>2021-08-14 22:11:10 +0530
commit8a6b84374a42c4e28f25eaf0979dc4ccc7630549 (patch)
treee5581851c05a066e5faeec23e078fefad564e845 /META6.json
downloadtaurus-8a6b84374a42c4e28f25eaf0979dc4ccc7630549.tar.gz
Initial Commit
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/META6.json b/META6.json
new file mode 100644
index 0000000..f414964
--- /dev/null
+++ b/META6.json
@@ -0,0 +1,21 @@
+{
+    "name" : "taurus",
+    "auth" : "zef:andinus",
+    "version" : "0.1.0",
+    "description" : "Taurus parses Call logs",
+    "authors" : [ "Andinus <andinus@nand.sh>" ],
+    "license" : "ISC",
+    "perl" : "6.d",
+    "provides" : {
+        "Taurus::CLI" : "lib/Taurus/CLI.rakumod"
+    },
+    "depends" : [
+        "CSV::Parser",
+        "Terminal::Spinners",
+        "Text::Table::Simple"
+    ],
+    "tags": [
+        "Taurus", "Call logs", "Call"
+    ],
+    "source-url" : "https://git.tilde.institute/andinus/taurus"
+}