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