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 bfac87c commit 7f85f23Copy full SHA for 7f85f23
rockspec/redis-lua-2.0.1-0.rockspec
@@ -0,0 +1,30 @@
1
+package = "redis-lua"
2
+version = "2.0.1-0"
3
+
4
+source = {
5
+ url = "http://cloud.github.com/downloads/nrk/redis-lua/redis-lua-2.0.1-0.tar.gz",
6
+ md5 = "824c9bd4e98b919747c6f1f3be322196"
7
+}
8
9
+description = {
10
+ summary = "A Lua client library for the redis key value storage system.",
11
+ detailed = [[
12
+ A Lua client library for the redis key value storage system.
13
+ ]],
14
+ homepage = "http://github.com/nrk/redis-lua",
15
+ license = "MIT/X11"
16
17
18
+dependencies = {
19
+ "lua >= 5.1",
20
+ "luasocket"
21
22
23
+build = {
24
+ type = "none",
25
+ install = {
26
+ lua = {
27
+ redis = "src/redis.lua"
28
+ }
29
30
0 commit comments