Skip to content

Commit fe29c1b

Browse files
authored
feat: release v0.2.2 (#26)
* feat: release v0.2.2 --------- Signed-off-by: sn0rt <[email protected]>
1 parent b309aae commit fe29c1b

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lua-resty-ldap"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55

66
[lib]
+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+
}

0 commit comments

Comments
 (0)