Since #45 --lua-version jit has been permitted. However, since then, rocks attempts to grab the manifest-jit file from luarocks.org, which obviously doesn't exist. A unified API should be put in place (LuaVersion::normalize()) that coerces LuaJIT into Lua51.
Since #45
--lua-version jit
has been permitted. However, since then, rocks attempts to grab themanifest-jit
file from luarocks.org, which obviously doesn't exist. A unified API should be put in place (LuaVersion::normalize()
) that coercesLuaJIT
intoLua51
.