Skip to content

Commit a382a66

Browse files
soulbirdzhaoshirui
andauthored
feat: release v0.05 (#6)
Co-authored-by: zhaoshirui <[email protected]>
1 parent 4452e88 commit a382a66

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
package = "lua-resty-balancer"
2+
version = "0.05-0"
3+
source = {
4+
url = "git://github.com/openresty/lua-resty-balancer",
5+
tag = "v0.05",
6+
}
7+
8+
description = {
9+
summary = "A generic consistent hash implementation for OpenResty",
10+
homepage = "https://github.com/openresty/lua-resty-balancer",
11+
license = "Apache License 2.0",
12+
maintainer = "Yichun Zhang (agentzh) <[email protected]>",
13+
}
14+
15+
build = {
16+
type = "builtin",
17+
modules = {
18+
["librestychash"] = {"chash.c"},
19+
["resty.chash"] = "lib/resty/chash.lua",
20+
["resty.roundrobin"] = "lib/resty/roundrobin.lua",
21+
["resty.swrr"] = "lib/resty/swrr.lua",
22+
["resty.balancer.utils"] = "lib/resty/balancer/utils.lua",
23+
}
24+
}

0 commit comments

Comments
 (0)