lua5.2-luarocks
Package manager for Lua modules
LuaRocks is the package manager for the Lua programming language.
It allows you to install Lua modules as self-contained packages called rocks, which also contain version dependency information. This information can be used both during installation, so that when one rock is requested all rocks it depends on are installed as well, and also optionally at run time, so that when a module is required, the correct version is loaded. LuaRocks supports both local and remote repositories, and multiple local rocks trees.
- Versions: 3.9.2
- Website: https://luarocks.org/
- Licenses: Expat
- Package source: gnu/packages/lua.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of lua5.2-luarocks as follows:
guix install lua5.2-luarocks
Or install a particular version:
guix install lua5.2-luarocks@3.9.2
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 lua5.2-luarocks about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/lua5.2-luarocks'><img src='https://packages.guix.gnu.org/packages/lua5.2-luarocks/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/lua5.2-luarocks)
Example Org:
[[https://packages.guix.gnu.org/packages/lua5.2-luarocks][https://packages.guix.gnu.org/packages/lua5.2-luarocks/badges/latest-version.svg]]