summaryrefslogtreecommitdiff
path: root/META6.json
blob: 828108926e10bd24ff2ca5b0930417ad2f9b3008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "perl"          : "6.*",
    "name"          : "Ultramarine",
    "version"       : "0.0.1",
    "description"   : "Music streaming server",
    "tags"          : [ "Music", "Streaming", "Server" ],
    "authors"       : [ "Gianni Ceccarelli <dakkar@thenautilus.net>" ],
    "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/"
}