Home

Awesome

Zig Toolsets

<div align="center"> <img src="zig.svg" width="128" alt="Zig Toolsets" /> </div> <p align="center"> <strong> The Zig compiler and standard library packaged for use in MSBuild. </strong> </p> <div align="center">

License Commits Build Discussions Discord Zulip

</div>

This project packs and distributes the Zig compiler and standard library in a set of NuGet packages for each platform that .NET runs on. These packages are mainly used by the Zig SDK but can also be used by other projects.

Usage

This project offers the following packages:

PackageDescriptionDownloads
Vezel.Zig.Toolsets.linux-armProvides the toolset for the linux-arm build platform.Downloads
Vezel.Zig.Toolsets.linux-arm64Provides the toolset for the linux-arm64 build platform.Downloads
Vezel.Zig.Toolsets.linux-ppc64leProvides the toolset for the linux-ppc64le build platform.Downloads
Vezel.Zig.Toolsets.linux-riscv64Provides the toolset for the linux-riscv64 build platform.Downloads
Vezel.Zig.Toolsets.linux-x64Provides the toolset for the linux-x64 build platform.Downloads
Vezel.Zig.Toolsets.osx-arm64Provides the toolset for the osx-arm64 build platform.Downloads
Vezel.Zig.Toolsets.osx-x64Provides the toolset for the osx-x64 build platform.Downloads
Vezel.Zig.Toolsets.win-arm64Provides the toolset for the win-arm64 build platform.Downloads
Vezel.Zig.Toolsets.win-x64Provides the toolset for the win-x64 build platform.Downloads
Vezel.Zig.Toolsets.win-x86Provides the toolset for the win-x86 build platform.Downloads

To install a package, run dotnet add package <name>.

The following MSBuild properties will be injected into your project:

Building

You will need the .NET SDK installed. Simply run ./cake (a Bash script) to build artifacts.

Note that, on Windows, you must have a tar program capable of extracting .tar.xz archives. For example, tar from Git for Windows or MSYS2 will satisfy this requirement.

License

This project is licensed under the terms found in LICENSE-0BSD.

The Zig compiler and standard library are licensed under the terms found in LICENSE-MIT.

The Zig logo is licensed under the terms found in LICENSE-CC-BY-SA-4.0.