Uploaded, thanks!

--
Fabio Mascarenhas


On Wed, Jan 9, 2013 at 8:10 PM, Ousmane Roland Yonaba
<roland.yon...@gmail.com> wrote:
> Hi all,
>
> 30log reaches v0.3.0.
> Here is the reated rockspec
>
> package = "30log"
> version = "0.3-0"
> source = {
>    url = "https://github.com/Yonaba/30log/archive/30log-0.3-0.tar.gz";,
>    dir = "30log-30log-0.3-0"
> }
> description = {
>    summary = "30 lines library for object orientation",
>    detailed = [[
>       30log, in extenso "30 Lines Of Goodness" is a minified
>           30-lines library for object-orientation in Lua.
>           It features class creation, instantiation, inheritance.
>    ]],
>    homepage = "http://yonaba.github.com/30log";, -- We don't have one yet
>    license = "MIT
> <http://www.opensource.org/licenses/mit-license.php>" -- or whatever
> you like
> }
> dependencies = {
>    "lua >= 5.1"
> }
> build = {
>   type = "builtin",
>   modules = {
>     ["30log"] = "30log.lua",
>     ["30logclasscommons"] = "30logclasscommons.lua"
>   }
> }
>
> Thanks reading.
>
> Best regards,
> Roland
> --
>
> ------------------------------------------------------------------------------
> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> and much more. Keep your Java skills current with LearnJavaNow -
> 200+ hours of step-by-step video tutorials by Java experts.
> SALE $49.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122612
> _______________________________________________
> Luarocks-developers mailing list
> Luarocks-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/luarocks-developers

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to