NOTICE: This package has been removed from pkgsrc

./wip/LuaJIT, Just-In-Time Compiler for the Lua programming language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.0.1, Package name: LuaJIT-2.0.1, Maintainer: alnsn

LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language.
Lua is a powerful, dynamic and light-weight programming language. It may
be embedded or used as a general-purpose, stand-alone language.


Required to build:
[devel/gmake]

Master sites:

SHA1: 330492aa5366e4e60afeec72f15e44df8a794db5
RMD160: 99b6ef067a3f09865ff312baeb1ceb012bb9acb3
Filesize: 821.679 KB

Version history: (Expand)


CVS history: (Expand)


   2013-07-14 23:46:42 by Alexander Nasonov | Files touched by this commit (5) | Package removed
Log message:
LuaJIT has been imported to pkgsrc. Remove it from wip.
   2013-04-19 20:38:49 by Alexander Nasonov | Files touched by this commit (5)
Log message:
Import LuaJIT-2.0.1 as wip/LuaJIT.

LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language.
Lua is a powerful, dynamic and light-weight programming language. It may
be embedded or used as a general-purpose, stand-alone language.

   2009-07-26 21:40:04 by Roland Illig | Files touched by this commit (5) | Package removed
Log message:
Imported into pkgsrc as lang/LuaJIT.

   2009-06-26 03:48:08 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import LuaJIT-1.1.5 as wip/LuaJIT.

LuaJIT is a Just-In-Time Compiler for the Lua programming language.

Lua is a powerful, light-weight programming language designed for extending
applications. Lua is also frequently used as a general-purpose, stand-alone
language. More information about Lua can be found at: http://www.lua.org/

LuaJIT is based on the Lua 5.1.x virtual machine and bytecode interpreter from
lua.org. It compiles bytecode to native x86 (i386+) machine code to speed up the
execution of Lua programs.