luajit 
Mirror of the LuaJIT git repository
Package Information 
- Domain: luajit.org
- Name: luajit
- Homepage: Not specified
- Source: View on GitHub
Installation 
bash
# Install with launchpad
launchpad install luajitPrograms 
This package provides the following executable programs:
- luajit
- luajit-2.1.
Available Versions 
Show all 1 versions
- 2.1.0
Latest Version: 2.1.0
Install Specific Version 
bash
# Install specific version
sh <(curl https://pkgx.sh) +luajit.org@2.1.0 -- $SHELL -iUsage Examples 
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.luajit
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.