package = "halo" version = "1.1.0-1" source = { url = "git+https://github.com/mah0x211/lua-halo.git", tag = "v1.1.0" } description = { summary = "Simple OOP Library For Lua", homepage = "https://github.com/mah0x211/lua-halo", license = "MIT/X11", maintainer = "Masatoshi Teruya" } dependencies = { "lua >= 5.1", "util >= 1.2.0" } build = { type = "builtin", modules = { halo = "halo.lua" } }