leafo / heroku-buildpack-lua

Run Lua on Heroku!
http://leafo.net
90 stars 27 forks source link

lua version #2

Open justincormack opened 10 years ago

justincormack commented 10 years ago

I happened to bump into a guy from Heroku and he wasnt sure if there was a Lua buildpack so I find that there is....

I would quite like to use it with Lua 5.2 and also with LuaJIT, and wondering what the best way to do this is. Forking it twice seems kind of silly. Any ideas?

leafo commented 10 years ago

we could just provide different binaries in the same package, luajit and lua5.2

justincormack commented 10 years ago

yes that is probably best.