[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Lake 1.2, a Lua-based Build Tool
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 5 Jan 2012 13:51:49 +0200
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.