1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24-- NOTE: This rockspec is used for running busted tests only, -- not for publishing to LuaRocks.org local _MODREV, _SPECREV = 'scm', '-1' rockspec_format = '3.0' package = 'cmp-dotenv' version = _MODREV .. _SPECREV dependencies = { 'lua >= 5.1', } test_dependencies = { 'lua >= 5.1', } source = { url = 'git://github.com/SergioRibera/' .. package, } build = { type = 'builtin', }