tar
for extracting compressed archive (Runtime)
No build dependencies other than
Zig compiler
Usage:
zigu <command>
Commands:
list Show all available versions
latest Install latest stable version
nightly | master Install latest nightly version
[version] Install specified version.
Will resolve to a latest version with the provided prefix
help Show this help message
Examples:
zigu latest
zigu 0 Will resolve to latest 0.x.x version (i.e. 0.11.0) if any
zigu 0.10 Will resolve to latest 0.10 version (i.e. 0.10.1) if any
zigu 1 Will resolve to latest 1.x.x version if any