brew install luarocks
Package manager for the Lua programming language
License: MIT
Formula JSON API: /api/formula-core/luarocks.json
Bottle JSON API: /api/bottle-core/luarocks.json
Formula code: luarocks.rb
on GitHub
Bottle (binary package) installation support provided for:
Intel | ventura | ✅ |
---|---|---|
monterey | ✅ | |
big sur | ✅ | |
64-bit linux | ✅ | |
Apple Silicon | ventura | ✅ |
monterey | ✅ | |
big sur | ✅ |
Current versions:
stable | ✅ | 3.9.2 |
head | ⚡️ | HEAD |
Depends on:
lua | 5.4.5 | Powerful, lightweight programming language |
LuaRocks supports multiple versions of Lua. By default it is configured to use Lua5.4, but you can require it to use another version at runtime with the `--lua-dir` flag, like this: luarocks --lua-dir=$HOMEBREW_PREFIX/opt/lua@5.3 install say |