Skip to content

Commit

Permalink
add: etcd-0.12.0-1.rockspec has been added.
Browse files Browse the repository at this point in the history
  • Loading branch information
mah0x211 committed Dec 24, 2014
1 parent 15f6cc0 commit 06d444a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions rockspecs/etcd-0.12.0-1.rockspec
@@ -0,0 +1,28 @@
package = "etcd"
version = "0.12.0-1"
source = {
url = "git://github.com/mah0x211/lua-etcd.git",
tag = "v0.12.0"
}
description = {
summary = "etcd client module.",
homepage = "https://github.com/mah0x211/lua-etcd",
license = "MIT/X11",
maintainer = "Masatoshi Teruya"
}
dependencies = {
"lua >= 5.1",
"halo >= 1.1.0",
"httpcli >= 1.2.1",
"lua-cjson >= 2.1.0",
"path >= 1.0.1",
"util >= 1.2.1"
}
build = {
type = "builtin",
modules = {
etcd = "etcd.lua",
["etcd.luasocket"] = "lib/luasocket.lua"
}
}

0 comments on commit 06d444a

Please sign in to comment.