File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ package = " lua-resty-radixtree"
2
+ version = " 2.9.2-0"
3
+ source = {
4
+ url = " git://github.com/api7/lua-resty-radixtree" ,
5
+ branch = " v2.9.2" ,
6
+ }
7
+
8
+ description = {
9
+ summary = " Adaptive Radix Trees implemented in Lua for Nginx + Lua" ,
10
+ homepage = " https://github.com/api7/lua-resty-radixtree" ,
11
+ license = " Apache License 2.0" ,
12
+ }
13
+
14
+ dependencies = {
15
+ " lua-resty-ipmatcher" ,
16
+ " lua-resty-expr = 1.3.0" ,
17
+ }
18
+
19
+
20
+ build = {
21
+ type = " make" ,
22
+ build_variables = {
23
+ CFLAGS = " $(CFLAGS) -std=c99 -g -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast" ,
24
+ LIBFLAG = " $(LIBFLAG)" ,
25
+ LUA_LIBDIR = " $(LUA_LIBDIR)" ,
26
+ LUA_BINDIR = " $(LUA_BINDIR)" ,
27
+ LUA_INCDIR = " $(LUA_INCDIR)" ,
28
+ LUA = " $(LUA)" ,
29
+ },
30
+ install_variables = {
31
+ INST_PREFIX = " $(PREFIX)" ,
32
+ INST_BINDIR = " $(BINDIR)" ,
33
+ INST_LIBDIR = " $(LIBDIR)" ,
34
+ INST_LUADIR = " $(LUADIR)" ,
35
+ INST_CONFDIR = " $(CONFDIR)" ,
36
+ },
37
+ }
You can’t perform that action at this time.
0 commit comments