luarocks {

    rockspec 'apicast-scm-1.rockspec',

    group 'production' {
        module {'lua-resty-iputils', '0.3.0'},
    },

    group 'testing' {
        module { 'busted' },
        module { 'luacov' },
        module { 'ljsonschema' },
    },

    group 'development' {
        module {'ldoc'},
        module {'lua-resty-repl'},
        module {'fifo'},
        module {'http'}
    }
}

