Zig.Toolset.linux-x64 0.9.1.1

Suggested Alternatives

Vezel.Zig.Toolsets.linux-x64

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Zig.Toolset.linux-x64 --version 0.9.1.1
                    
NuGet\Install-Package Zig.Toolset.linux-x64 -Version 0.9.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Zig.Toolset.linux-x64" Version="0.9.1.1">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zig.Toolset.linux-x64" Version="0.9.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Zig.Toolset.linux-x64">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Zig.Toolset.linux-x64 --version 0.9.1.1
                    
#r "nuget: Zig.Toolset.linux-x64, 0.9.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Zig.Toolset.linux-x64@0.9.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Zig.Toolset.linux-x64&version=0.9.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Zig.Toolset.linux-x64&version=0.9.1.1
                    
Install as a Cake Tool

Zig MSBuild Toolsets

This project packs and distributes the Zig compiler and standard library in a set of NuGet packages. These packages are mainly used by the Zig MSBuild SDK but can also be used by other projects.

  • For every official release of Zig, a set of NuGet packages with the name pattern Zig.Toolset.<rid> will be published, where <rid> is replaced with linux-arm64, osx-x64, win-x86, etc.
  • Only the RIDs that .NET runs on will be covered (so e.g. Zig.Toolset.linux-riscv64 will not be available).
  • The package version will match the official Zig release's version, with an extra fourth component added indicating the packaging version.

Statistics

Repobeats

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated