Hi
Please include this rockspec in the main repository:
http://www.ccpa.puc-rio.br/software/dado/download/dado-1.3.0-0.rockspec
Thanks,
Tomáspackage = "Dado"
version = "1.3.0-0"
description = {
summary = "Database Facilities for LuaSQL",
detailed = [[
Dado is a package that offers some facilities implemented over LuaSQL
connection objects. Its main goals are: better error messages, iterators
to access the result set and more homogeneity in some commonly used
database operations.
]],
license = "MIT/X11",
homepage = "http://www.ccpa.puc-rio.br/software/dado",
}
dependencies = {
"lua >= 5.1"
-- no specific version of LuaSQL can be pinned down as a dependency,
-- since Dado can load any LuaSQL driver at runtime.
}
source = {
url = "http://www.ccpa.puc-rio.br/software/dado/download/dado-1.3.0.tar.gz",
md5 = "56ca1c779f107d989e17186bc0510644",
}
build = {
type = "builtin",
modules = {
dado = "src/dado.lua",
["dado.sql"] = "src/dado/sql.lua",
["dado.object"] = "src/dado/object.lua",
["string.extra"] = "src/string/extra.lua",
["table.extra"] = "src/table/extra.lua",
},
copy_directories = {
"tests",
},
}
_______________________________________________
Luarocks-developers mailing list
[email protected]
http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers