From 8a6b84374a42c4e28f25eaf0979dc4ccc7630549 Mon Sep 17 00:00:00 2001 From: Andinus Date: Sat, 14 Aug 2021 22:11:10 +0530 Subject: Initial Commit --- META6.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 META6.json (limited to 'META6.json') 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 " ], + "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" +} -- cgit 1.4.1-2-gfad0