package = "vararg" version = "2.1.0-1" source = { url = "https://github.com/renatomaia/luavararg/archive/refs/tags/v2.1.0.zip", dir = "luavararg-2.1.0", md5 = "8312ffb6db3b1f16719afc9d9019ca56", } description = { summary = "Manipulation of variable arguments", detailed = [[ 'vararg' is a Lua library for manipulation of variable arguments (vararg) of functions. These functions basically allows you to do things with vararg that cannot be efficiently done in pure Lua, but can be easily done through the C API. ]], homepage = "https://github.com/renatomaia/luavararg", license = "MIT" } dependencies = { "lua >= 5.2" } build = { type = "builtin", modules = { vararg = "src/vararg.c" }, }