lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

luaver helps to manage and switch between different versions of Lua, LuaJIT and Luarocks. Presently, the following features are provided:

1. Installs/Uninstalls any version of Lua, LuaJIT or luarocks with a single command.
2. Switches between different versions of 'Lua', 'LuaJIT' or 'Luarocks' easily, without glitches.
3. Consistency between 'Lua' and 'Luarocks' maintained - Rocks and configurations for different lua versions are stored differently.
4. Every terminal session can have a different environment configured. Default versions can also be configured.

Website: https://dhavalkapil.com/luaver

GitHub: https://github.com/DhavalKapil/luaver

I have also written a blog on using luaver: https://dhavalkapil.com/blogs/Lua-Version-Manager/

Comments and suggestions are welcome.

Thanks,
Dhaval Kapil