lua-redis-parser
lua-redis-parser copied to clipboard
luarocks spec file
trafficstars
consider including a spec file? Here's a simple one:
package = "lua-redis-parser"
version = "0.09-5"
description = {
summary = "redis parser"
}
source = {
url = "git://github.com/agentzh/lua-redis-parser.git",
tag = "v0.09rc5"
}
build = {
type = "builtin",
modules = {
["redis.parser"] = { "redis-parser.c" }
}
}
Sounds like a great idea :) Will you add that for us? Can I give you a commit bit to this project? I know very little about the luarocks spec file myself ;)
Sure. I've done several for our internal projects.
cool, i've added you to this project's collaborator list :) feel free to commit stuffs that you see fit ;) thanks!