aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 3a18ec3e2e0288db0f5bbca09c747f7c1e912b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "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",
        "NativeCall",
        "XML"
    ],
    "resources": [
        "vlc.html"
    ]
}