Vezel.Zig.Toolsets.linux-ppc64le
0.13.0.1
Prefix Reserved
dotnet add package Vezel.Zig.Toolsets.linux-ppc64le --version 0.13.0.1
NuGet\Install-Package Vezel.Zig.Toolsets.linux-ppc64le -Version 0.13.0.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="Vezel.Zig.Toolsets.linux-ppc64le" Version="0.13.0.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.
paket add Vezel.Zig.Toolsets.linux-ppc64le --version 0.13.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Vezel.Zig.Toolsets.linux-ppc64le, 0.13.0.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.
// Install Vezel.Zig.Toolsets.linux-ppc64le as a Cake Addin #addin nuget:?package=Vezel.Zig.Toolsets.linux-ppc64le&version=0.13.0.1 // Install Vezel.Zig.Toolsets.linux-ppc64le as a Cake Tool #tool nuget:?package=Vezel.Zig.Toolsets.linux-ppc64le&version=0.13.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Zig Toolsets
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.
- For every official release of Zig, a set of NuGet packages with the name
pattern
Vezel.Zig.Toolsets.<rid>
is published, where<rid>
is replaced withlinux-arm64
,osx-x64
,win-x86
, etc. - Only the RIDs that .NET runs on are covered (so e.g.
Vezel.Zig.Toolsets.linux-x86
is not available). - The package version matches the official Zig release's version, with an extra fourth component added indicating the packaging version.
This project offers the following packages:
- Vezel.Zig.Toolsets.linux-arm:
Provides the toolset for the
linux-arm
build platform. - Vezel.Zig.Toolsets.linux-arm64:
Provides the toolset for the
linux-arm64
build platform. - Vezel.Zig.Toolsets.linux-ppc64le:
Provides the toolset for the
linux-ppc64le
build platform. - Vezel.Zig.Toolsets.linux-riscv64:
Provides the toolset for the
linux-riscv64
build platform. - Vezel.Zig.Toolsets.linux-x64:
Provides the toolset for the
linux-x64
build platform. - Vezel.Zig.Toolsets.osx-arm64:
Provides the toolset for the
osx-arm64
build platform. - Vezel.Zig.Toolsets.osx-x64:
Provides the toolset for the
osx-x64
build platform. - Vezel.Zig.Toolsets.win-arm64:
Provides the toolset for the
win-arm64
build platform. - Vezel.Zig.Toolsets.win-x64:
Provides the toolset for the
win-x64
build platform. - Vezel.Zig.Toolsets.win-x86:
Provides the toolset for the
win-x86
build platform.
For more information, please visit the project page.
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.