about summary refs log tree commit diff
path: root/pkgs/development/interpreters/luajit
AgeCommit message (Collapse)AuthorFilesLines
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-2/+4
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-05-10luajit: support Darwin buildsVladimir Kirillov1-5/+8
2014-04-08luajit: adopt, upgrade, optimizeAustin Seipp1-21/+24
- Build the 'amalgamation' by default - more RAM needed to build, but better overall performance - Upgrade to version 2.0.3 - Adopt as maintainer Signed-off-by: Austin Seipp <aseipp@pobox.com>
2013-12-15Fix LuaJIT evaluation on non-Linux platformsMichael Raskin1-2/+4
2013-12-15luajit: fix ldconfig to correct *.so files(symlinks)Song Wenwu1-2/+6
2013-11-15Minifix: didn't use the name variable in the package.Kim Simmons1-1/+1
2013-11-15LuaJIT: New packageKim Simmons1-0/+22
Just-in-time compiler for lua 5.1 with strong focus on performance. Uses the same API as lua 5.1 which makes it extremely easy to integrate.