From a32f6c616643bf66973bf5b4a612213e6f964090 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 25 Dec 2017 15:41:10 +0000 Subject: metadata --- META6.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 META6.json diff --git a/META6.json b/META6.json new file mode 100644 index 0000000..8281089 --- /dev/null +++ b/META6.json @@ -0,0 +1,14 @@ +{ + "perl" : "6.*", + "name" : "Ultramarine", + "version" : "0.0.1", + "description" : "Music streaming server", + "tags" : [ "Music", "Streaming", "Server" ], + "authors" : [ "Gianni Ceccarelli " ], + "license" : "Artistic-2.0", + "depends" : [ "Cro::HTTP", "Cro::Core", + "XML::Writer", "JSON::Fast", + "DBIish", "Digest::MD5" ], + "resources": [], + "source-url" : "https://www.thenautils.net/cgit/Ultramarine/" +} -- cgit v1.2.3