package = 'array' version = '1.3.0-0' source = { url = 'git://github.com/evandrolg/array.lua.git', tag = 'v1.3.0' } description = { summary = "A small library with useful methods to handle Lua's table when it's working like an Array", homepage = 'https://github.com/EvandroLG/array.lua', maintainer = 'Evandro Leopoldino Gonçalves (@evandrolg) ', license = 'MIT ' } dependencies = { "lua >= 5.1" } build = { type = "builtin", modules = { ["array"] = "src/array.lua", ["array.utils"] = "src/utils.lua" } }