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 06c9bd7 commit b938a9eCopy full SHA for b938a9e
lua-resty-etcd-0.1-0.rockspec
@@ -0,0 +1,22 @@
1
+package = "lua-resty-etcd"
2
+version = "0.1-0"
3
+source = {
4
+ url = "git://github.com/pintsized/lua-resty-http",
5
+ tag = "v0.1"
6
+}
7
+description = {
8
+ summary = "Nonblocking Lua etcd driver library for OpenResty",
9
+ homepage = "https://github.com/iresty/lua-resty-etcd",
10
+ license = "Apache License 2.0",
11
+ maintainer = "Yuansheng Wang <membphis@gmail.com>"
12
13
+dependencies = {
14
+ "lua >= 5.1"
15
16
+build = {
17
+ type = "builtin",
18
+ modules = {
19
+ ["resty.etcd"] = "lib/resty/etcd.lua",
20
+ ["resty.etcd.typeof"] = "lib/resty/etcd/typeof.lua"
21
+ }
22
0 commit comments