Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / LuaJIT / DESCR
blob6a4e5c86a89d0a7f269c4fadb1226b87dc525965
1 LuaJIT is a Just-In-Time Compiler for the Lua programming language.
3 Lua is a powerful, light-weight programming language designed for extending
4 applications. Lua is also frequently used as a general-purpose, stand-alone
5 language. More information about Lua can be found at: http://www.lua.org/
7 LuaJIT is based on the Lua 5.1.x virtual machine and bytecode interpreter from
8 lua.org. It compiles bytecode to native x86 (i386+) machine code to speed up the
9 execution of Lua programs.