File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ package = " lua-resty-etcd-master"
2+ version = " 1.10.6-0"
3+ source = {
4+ url = " git://github.com/api7/lua-resty-etcd" ,
5+ branch = " v1.10.6" ,
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 <[email protected] >" 13+ }
14+
15+ dependencies = {
16+ " api7-lua-resty-http = 0.2.2-0" ,
17+ " lua-protobuf = 0.4.1" ,
18+ " luafilesystem = 1.7.0-2" ,
19+ " penlight = 1.9.2-1" ,
20+ " lua-typeof = 0.1"
21+ }
22+
23+ build = {
24+ type = " builtin" ,
25+ modules = {
26+ [" resty.etcd" ] = " lib/resty/etcd.lua" ,
27+ [" resty.etcd.v3" ] = " lib/resty/etcd/v3.lua" ,
28+ [" resty.etcd.proto" ] = " lib/resty/etcd/proto.lua" ,
29+ [" resty.etcd.utils" ] = " lib/resty/etcd/utils.lua" ,
30+ [" resty.etcd.serializers.json" ] = " lib/resty/etcd/serializers/json.lua" ,
31+ [" resty.etcd.serializers.raw" ] = " lib/resty/etcd/serializers/raw.lua" ,
32+ [" resty.etcd.health_check" ] = " lib/resty/etcd/health_check.lua" ,
33+ }
34+ }
You can’t perform that action at this time.
0 commit comments