luajit
Just in time compiler for Lua programming language version 5.1
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.
- Versions: v2.1-0.04dca79
- Website: https://www.luajit.org/
- Licenses: X11
- Package source: gnu/packages/lua.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of luajit
as follows:
guix install luajit
Or install a particular version:
guix install luajit@v2.1-0.04dca79
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of luajit about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/luajit'><img src='https://packages.guix.gnu.org/packages/luajit/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/luajit/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/luajit)
Example Org:
[[https://packages.guix.gnu.org/packages/luajit][https://packages.guix.gnu.org/packages/luajit/badges/latest-version.svg]]