Files
bunkerweb/deps/src/lua-resty-ipmatcher/rockspec/lua-resty-ipmatcher-0.4-0.rockspec
2022-06-03 17:24:14 +02:00

21 lines
492 B
Lua

package = "lua-resty-ipmatcher"
version = "0.4-0"
source = {
url = "git://github.com/iresty/lua-resty-ipmatcher",
tag = "v0.4",
}
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 <membphis@gmail.com>"
}
build = {
type = "builtin",
modules = {
["resty.ipmatcher"] = "resty/ipmatcher.lua"
}
}