We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f681068 commit 6ef8cc7Copy full SHA for 6ef8cc7
rockspec/lua-resty-etcd-1.1-0.rockspec
@@ -0,0 +1,25 @@
1
+package = "lua-resty-etcd"
2
+version = "1.1-0"
3
+source = {
4
+ url = "git://github.com/api7/lua-resty-etcd",
5
+ tag = "v1.1"
6
+}
7
+description = {
8
+ summary = "Nonblocking Lua etcd driver library for OpenResty",
9
+ homepage = "https://github.com/api7/lua-resty-etcd",
10
+ license = "Apache License 2.0",
11
+ maintainer = "Yuansheng Wang <[email protected]>"
12
13
+dependencies = {
14
+ "lua-resty-http = 0.15",
15
+ "lua-typeof = 0.1"
16
17
+build = {
18
+ type = "builtin",
19
+ modules = {
20
+ ["resty.etcd"] = "lib/resty/etcd.lua",
21
+ ["resty.etcd.v2"] = "lib/resty/etcd/v2.lua",
22
+ ["resty.etcd.v3"] = "lib/resty/etcd/v3.lua",
23
+ ["resty.etcd.utils"] = "lib/resty/etcd/utils.lua",
24
+ }
25
0 commit comments