File tree 2 files changed +38
-1
lines changed
2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lua-resty-ldap"
3
- version = " 0.2.1 "
3
+ version = " 0.2.2 "
4
4
edition = " 2021"
5
5
6
6
[lib ]
Original file line number Diff line number Diff line change
1
+ package = " lua-resty-ldap"
2
+ version = " 0.2.2-0"
3
+ source = {
4
+ url = " git://github.com/api7/lua-resty-ldap" ,
5
+ tag = " v0.2.2" ,
6
+ }
7
+
8
+ description = {
9
+ summary = " Nonblocking Lua ldap driver library for OpenResty." ,
10
+ homepage = " https://github.com/iresty/lua-resty-ldap" ,
11
+ license = " Apache License 2.0" ,
12
+ maintainer = " Yuansheng Wang <[email protected] >"
13
+ }
14
+
15
+ dependencies = {
16
+ " lua_pack = 2.0.0-0" ,
17
+ " lpeg = 1.0.2-1" ,
18
+ }
19
+
20
+ build = {
21
+ type = " make" ,
22
+ build_variables = {
23
+ CFLAGS = " $(CFLAGS)" ,
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