Description
a Just-In-Time Compiler for Lua.
This package uses the OpenResty's fork of LuaJIT 2. https://github.com/openresty/luajit2
Installation Instructions
CentOS 7
sudo curl -sL -o /etc/yum.repos.d/hnakamur-luajit.repo https://copr.fedoraproject.org/coprs/hnakamur/luajit/repo/epel-7/hnakamur-luajit-epel-7.repo
sudo yum install luajit
CentOS 6
sudo curl -sL -o /etc/yum.repos.d/hnakamur-luajit.repo https://copr.fedoraproject.org/coprs/hnakamur/luajit/repo/epel-6/hnakamur-luajit-epel-6.repo
sudo yum install luajit
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 6 | x86_64 (3)* | EPEL 6 (0 downloads) |
EPEL 7 | x86_64 (0)* | EPEL 7 (98 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable kojiro/luajit
More info about enabling Copr repositories