lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi all,

This is a new release of Lake [1], which is a build tool written in
and configurable using Lua.

It's now available through LuaRocks, so 'luarocks install lake' should
Just Work.  (But otherwise it's just a single Lua file that just
depends on LuaFileSystem)

I've updated the online documentation [2], and then there's also a new
article which discusses some of the basic features and the philosophy
behind Lake.[3]

steve d.

1. https://github.com/stevedonovan/Lake
2. http://stevedonovan.github.com/lake/topics/index.md.html
3. http://steved-imaginaryreal.blogspot.com/2012/01/building-programs-with-lake.html
4. Yes, I _know_, 2.5Kloc is too big for a single file. I promise to
do better this year.