Skip to content

lua

Powerful, lightweight programming language

Package Information

Installation

bash
# Install with launchpad
launchpad install lua

Programs

This package provides the following executable programs:

  • lua
  • luac

Available Versions

Show all 4 versions
  • 5.4.8, 5.4.7, 5.4.6, 5.4.4

Latest Version: 5.4.8

Install Specific Version

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

Dependencies

This package depends on:

  • gnu.org/readline

These packages work well with lua:

  • luarocks.org - LuaRocks is the package manager for the Lua programming language.

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.lua

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.