Introducing zv: A blazing fast zig version manager / project starter (opens in new tab)
Hi folks, I see that this thread focused on supply chain risks, so I’ll take the liberty to introduce marketing text with a fact: 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...
Read the original article