Skip to content

Commit

Permalink
feat: upgrade lua-resty-expr to support logical expression (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander committed Mar 10, 2021
1 parent 6207ca5 commit 741715f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions rockspec/lua-resty-radixtree-2.7.0-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
package = "lua-resty-radixtree"
version = "2.7.0-0"
source = {
url = "git://github.com/api7/lua-resty-radixtree",
branch = "v2.7.0",
}

description = {
summary = "Adaptive Radix Trees implemented in Lua for Nginx + Lua",
homepage = "https://github.com/api7/lua-resty-radixtree",
license = "Apache License 2.0",
maintainer = "Yuansheng Wang <membphis@gmail.com>"
}

dependencies = {
"lua-resty-ipmatcher",
"lua-resty-expr = 1.2.0",
}

build = {
type = "make",
build_variables = {
CFLAGS="$(CFLAGS) -std=c99 -g -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast",
LIBFLAG="$(LIBFLAG)",
LUA_LIBDIR="$(LUA_LIBDIR)",
LUA_BINDIR="$(LUA_BINDIR)",
LUA_INCDIR="$(LUA_INCDIR)",
LUA="$(LUA)",
},
install_variables = {
INST_PREFIX="$(PREFIX)",
INST_BINDIR="$(BINDIR)",
INST_LIBDIR="$(LIBDIR)",
INST_LUADIR="$(LUADIR)",
INST_CONFDIR="$(CONFDIR)",
},
}
2 changes: 1 addition & 1 deletion rockspec/lua-resty-radixtree-master-0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = {

dependencies = {
"lua-resty-ipmatcher",
"lua-resty-expr = 1.0.0",
"lua-resty-expr = 1.2.0",
}

build = {
Expand Down

0 comments on commit 741715f

Please sign in to comment.