File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 1+ package = " lua-resty-etcd"
2+ version = " 1.9.0-0"
3+ source = {
4+ url = " git://github.com/api7/lua-resty-etcd" ,
5+ tag = " v1.9.0"
6+ }
7+
8+ description = {
9+ summary = " Nonblocking Lua etcd driver library for OpenResty" ,
10+ homepage = " https://github.com/api7/lua-resty-etcd" ,
11+ license = " Apache License 2.0" ,
12+ maintainer = " Yuansheng Wang <membphis@gmail.com>"
13+ }
14+
15+ dependencies = {
16+ " api7-lua-resty-http = 0.1.0" ,
17+ " luafilesystem = 1.7.0-2" ,
18+ " penlight = 1.9.2-1" ,
19+ " lua-typeof = 0.1"
20+ }
21+
22+ build = {
23+ type = " builtin" ,
24+ modules = {
25+ [" resty.etcd" ] = " lib/resty/etcd.lua" ,
26+ [" resty.etcd.v3" ] = " lib/resty/etcd/v3.lua" ,
27+ [" resty.etcd.utils" ] = " lib/resty/etcd/utils.lua" ,
28+ [" resty.etcd.serializers.json" ] = " lib/resty/etcd/serializers/json.lua" ,
29+ [" resty.etcd.serializers.raw" ] = " lib/resty/etcd/serializers/raw.lua" ,
30+ [" resty.etcd.health_check" ] = " lib/resty/etcd/health_check.lua" ,
31+ }
32+ }
Original file line number Diff line number Diff line change 11package = " lua-resty-etcd-master"
22version = " 0.1-0"
33source = {
4- url = " git://github.com/iresty /lua-resty-etcd" ,
4+ url = " git://github.com/api7 /lua-resty-etcd" ,
55 branch = " master" ,
66}
77
88description = {
99 summary = " Nonblocking Lua etcd driver library for OpenResty" ,
10- homepage = " https://github.com/iresty /lua-resty-etcd" ,
10+ homepage = " https://github.com/api7 /lua-resty-etcd" ,
1111 license = " Apache License 2.0" ,
1212 maintainer = " Yuansheng Wang <membphis@gmail.com>"
1313}
You can’t perform that action at this time.
0 commit comments