Zig is a general-purpose programming language designed for robustness, optimality, and maintainability. This port provides the 0.16 release series, installed alongside any other Zig toolchain as zig-0.16, for building software written against 0.16. Zig changes the language and the standard library at every minor release, so software is generally tied to the series it was written for.
Zig is a general-purpose programming language designed for robustness, optimality, and maintainability. This port provides the 0.16 release series, installed alongside any other Zig toolchain as zig-0.16, for building software written against 0.16. Zig changes the language and the standard library at every minor release, so software is generally tied to the series it was written for.
To install zig-0.16, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install zig-0.16
To see what files were installed by zig-0.16, run:
port contents zig-0.16
To later upgrade zig-0.16, run:
sudo port selfupdate && sudo port upgrade zig-0.16
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.