aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: e22af51fc4a8e3411d79dc17364f3038db17f60f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "perl": "6.d",
    "name": "Vlc::Control",
    "depends": [
        "Config::TOML",
        "Cro::BodyParser",
        "Cro::HTTP::Client",
        "Cro::HTTP::Message",
        "Cro::HTTP::Router",
        "Cro::HTTP::Server",
        "Cro::Uri::HTTP",
        "DB::SQLite",
        "NativeCall",
        "XML"
    ],
    "resources": [
        "index.html",
        "ir.png",
        "ir.webmanifest"
    ]
}