Hi all,

I would like to submit the new patch for 30log, my little object
orientation framework.
Here is the rockspec:

*package = "30log"
version = "0.2-2"
source = {
   url = "https://github.com/Yonaba/30log/archive/30log-0.2-2.tar.gz";,
   dir = "30log-30log-0.2-2"
}
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 in advance!
And happy new year to everyone. I wish you all thousands of code commits!

Best regards,
Roland Y.
--
------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to