Iguana: Zig downloader and version manager in 64 lines of code (opens in new tab)
[iguana]: Zig downloader and version manager in 64 lines of code www.codeberg.org/mslapek/iguana It allows easy installation of various Zig versions, to use them directly from the shell: $ iguana install 0.16.0 $ iguana install 0.15.2 $ zig version # will print 0.16.0, by default takes the newest installed version $ export ZIG_RELEASE=0.15.2 $ zig version # will print 0.15.2 $ zig zen The distinguishing feature - auditable, the self-contained script consists only of 64 lines of POSIX shell sc...
Read the original article