Skip to content

luarocks.org

LuaRocks is the package manager for the Lua programming language.

Package Information

  • Domain: luarocks.org
  • Name: luarocks.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +luarocks.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • luarocks
  • luarocks-admin

Aliases

This package can also be accessed using these aliases:

  • luarocks

Available Versions

Show all 6 versions
  • 3.12.1, 3.12.0, 3.11.1, 3.11.0, 3.10.0
  • 3.9.2

Latest Version: 3.12.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +luarocks.org@3.12.1 -- $SHELL -i

Dependencies

This package depends on:

  • lua.org
  • info-zip.org/unzip

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.luarocksorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.