Hi,
I've just released a new version of redis-lua (a pure-Lua client
library for Redis), which also means that I have a new .rockspec for
it:
http://github.com/nrk/redis-lua/raw/version-2.0/rockspec/redis-lua-2.0.2-0.rockspec
You can find the same file attached to this mail.
Thanks,
Daniele
--
Daniele Alessandri
http://clorophilla.net/
http://twitter.com/JoL1hAHN
package = "redis-lua"
version = "2.0.2-0"
source = {
url =
"http://cloud.github.com/downloads/nrk/redis-lua/redis-lua-2.0.2-0.tar.gz",
md5 = "4fcfd73761f47470c59a30c3818bee97"
}
description = {
summary = "A Lua client library for the redis key value storage system.",
detailed = [[
A Lua client library for the redis key value storage system.
]],
homepage = "http://github.com/nrk/redis-lua",
license = "MIT/X11"
}
dependencies = {
"lua >= 5.1",
"luasocket"
}
build = {
type = "none",
install = {
lua = {
redis = "src/redis.lua"
}
}
}
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers