lua
Powerful, lightweight programming language
Package Information
- Domain:
lua.org
- Name:
lua
- Homepage: Not specified
- Source: View on GitHub
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
Related Packages
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(', ')}`)
Links
This documentation was auto-generated from package data.