aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lua51.rb
AgeCommit message (Collapse)Author
2015-04-24lua51: update 5.1.5_1 bottle.BrewTestBot
2015-04-24luarocks: migrate into lua formulaeDominyk Tiller
This PR ‘pythonises’ the Lua setup. There have been requests for us to do this for a while, and it’s a good idea - It’s just taken me a while to finish ironing out. The individual luarocks formula dies entirely, in favour of luarocks being vendored into the two Lua formulae in Homebrew/homebrew with versioned trees. This provides roughly the same experience we deliver with pip and co from Python. Luajit is not yet supported, because it’s being a pain, but Luajit support will land in the semi-near future, as will support for Lua53 in Versions. All 4 installations can sit side-by-side with no non-binary conflict. Binary conflict is handled roughly the same way Python handles it sadly, which is regrettable but presently unavoidable.
2014-10-22lua51: update 5.1.5 bottle.BrewTestBot
2014-10-10lua* improvements.Dominyk Tiller
Fix some issues with luarocks looking for the wrong version and cleanup the lua and lua51 formulae. Closes #32354.
2014-09-16lua51: update 5.1.5 bottle.BrewTestBot
2014-09-16lua: upgrade to 5.2.Dominyk Tiller
Merges Lua52 into the Master branch as the new ‘Lua’ whilst transitioning the old Lua formula to ‘Lua51’, running the two side-by-side in a non-conflicting way.