Hi there,
I would like to add babel (https://github.com/martin-damien/babel) to
the available rocks.
As written in http://luarocks.org/en/Creating_a_rock I add my rockspec
in attachment.
Have I something more to do ?
package = "babel"
version = "1.0-1"
source = {
url = "https://github.com/martin-damien/babel/archive/master.zip"
}
description = {
summary = "A simple internationalisation module",
detailed = [[
A simple internationalisation module to allow Lua developments to be
multilingual. It also supports LÃVE (https://www.love2d.org/).
]],
homepage = "http://github.com/martin-damien/babel",
license = "GNU/GPL 3"
}
dependencies = {
"lua >= 5.1",
"luafilesystem >= 1.6.0"
}
build = {
type = "builtin",
modules = {
babel = "babel.lua"
}
}
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers