This package browser is in early development. Mind the rough edges.

luarocks 3.9.2

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.

Installation

Install luarocks 3.9.2 as follows:

guix install luarocks@3.9.2

Or install the latest version:

guix install luarocks

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.