package.Twitch-Video-Mwsclient = {
    interfaces = (1.x);

    deploy = {
        generic = true;
        map = (default, "-gopath/src/**", "-gopath/pkg/**");
    };

    build-system = bgo-wrap-make;
    build-tools = {
        1.x = {
            BrazilMakeGo = 2.0;
            GoLang = 1.0;
        };
    };

    dependencies = {
        1.x = {
            GoAmzn-Github-Aws-AwsSdkGo = 1.x;
        };
    };
};

