luarocks
LuaRocks is the package manager for the Lua programming language.
Package Information
- Domain:
luarocks.org
- Name:
luarocks
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install luarocks
Programs
This package provides the following executable programs:
luarocks
luarocks-admin
Available Versions
Show all 7 versions
3.12.2
,3.12.1
,3.12.0
,3.11.1
,3.11.0
3.10.0
,3.9.2
Latest Version: 3.12.2
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +luarocks.org@3.12.2 -- $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.luarocks
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.