package = "lua-resty-ipmatcher" version = "0.6-0" source = { url = "git://github.com/iresty/lua-resty-ipmatcher", tag = "v0.6", } description = { summary = "High performance match IP address for Lua(OpenResty).", homepage = "https://github.com/iresty/lua-resty-ipmatcher", license = "Apache License 2.0", maintainer = "Yuansheng Wang " } build = { type = "builtin", modules = { ["resty.ipmatcher"] = "resty/ipmatcher.lua" } }