bunkerweb 1.4.0
This commit is contained in:
20
deps/src/lua-resty-ipmatcher/rockspec/lua-resty-ipmatcher-0.4-0.rockspec
vendored
Normal file
20
deps/src/lua-resty-ipmatcher/rockspec/lua-resty-ipmatcher-0.4-0.rockspec
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user