lenv
lenv copied to clipboard
Lua Version Manager
Hi! I've used Node.js's nvm and it auto selects versions if you supply a partial one. It would be neat if lenv did this too; ``` lenv install 5.1 =>...
Hi! When I run `lenv install 5.0.5` I get `lua version "5.0.5" does not defined in "/home/tom/.lenv/lua_vers.txt"`. At this point I want to see which versions *are* available. In my...
Hi, Can we get official binaries released for more platforms? * Windows * FreeBSD
Hello, @mah0x211, first of all thanks a lot for **lenv** - works like a charm for me. The only issue i've met was - some lua libraries failed to build...