You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project packs and distributes the [Zig](https://ziglang.org) compiler and
25
25
standard library in a set of NuGet packages for each platform that .NET runs on.
26
-
These packages are mainly used by the
27
-
[Zig MSBuild SDK](https://github.com/vezel-dev/zig-msbuild-sdk) but can also be
28
-
used by other projects.
26
+
These packages are mainly used by
27
+
[Zig.Sdk](https://github.com/vezel-dev/zig-sdk) but can also be used by other
28
+
projects.
29
29
30
30
* For every official release of Zig, a set of NuGet packages with the name
31
-
pattern `Zig.Toolset.<rid>` is published, where `<rid>` is replaced with
32
-
`linux-arm64`, `osx-x64`, `win-x86`, etc.
31
+
pattern `Vezel.Zig.Toolsets.<rid>` is published, where `<rid>` is replaced
32
+
with `linux-arm64`, `osx-x64`, `win-x86`, etc.
33
33
* Only the RIDs that .NET runs on are covered (so e.g.
34
-
`Zig.Toolset.linux-riscv64` is *not* available).
34
+
`Vezel.Zig.Toolsets.linux-riscv64` is *not* available).
35
35
* The package version matches the official Zig release's version, with an extra
36
36
fourth component added indicating the packaging version.
37
37
@@ -41,41 +41,41 @@ This project offers the following packages:
41
41
42
42
| Package | Description | Downloads |
43
43
| -: | - | :- |
44
-
|[![Zig.Toolset.linux-arm][linux-arm-img]][linux-arm-pkg]| Provides the toolset for the `linux-arm` build platform. |![Downloads][linux-arm-dls]|
45
-
|[![Zig.Toolset.linux-arm64][linux-arm64-img]][linux-arm64-pkg]| Provides the toolset for the `linux-arm64` build platform. |![Downloads][linux-arm64-dls]|
46
-
|[![Zig.Toolset.linux-x64][linux-x64-img]][linux-x64-pkg]| Provides the toolset for the `linux-x64` build platform. |![Downloads][linux-x64-dls]|
47
-
|[![Zig.Toolset.osx-arm64][osx-arm64-img]][osx-arm64-pkg]| Provides the toolset for the `osx-arm64` build platform. |![Downloads][osx-arm64-dls]|
48
-
|[![Zig.Toolset.osx-x64][osx-x64-img]][osx-x64-pkg]| Provides the toolset for the `osx-x64` build platform. |![Downloads][osx-x64-dls]|
49
-
|[![Zig.Toolset.win-arm64][win-arm64-img]][win-arm64-pkg]| Provides the toolset for the `win-arm64` build platform. |![Downloads][win-arm64-dls]|
50
-
|[![Zig.Toolset.win-x64][win-x64-img]][win-x64-pkg]| Provides the toolset for the `win-x64` build platform. |![Downloads][win-x64-dls]|
51
-
|[![Zig.Toolset.win-x86][win-x86-img]][win-x86-pkg]| Provides the toolset for the `win-x86` build platform. |![Downloads][win-x86-dls]|
|[![Vezel.Zig.Toolsets.linux-arm][linux-arm-img]][linux-arm-pkg]| Provides the toolset for the `linux-arm` build platform. |![Downloads][linux-arm-dls]|
45
+
|[![Vezel.Zig.Toolsets.linux-arm64][linux-arm64-img]][linux-arm64-pkg]| Provides the toolset for the `linux-arm64` build platform. |![Downloads][linux-arm64-dls]|
46
+
|[![Vezel.Zig.Toolsets.linux-x64][linux-x64-img]][linux-x64-pkg]| Provides the toolset for the `linux-x64` build platform. |![Downloads][linux-x64-dls]|
47
+
|[![Vezel.Zig.Toolsets.osx-arm64][osx-arm64-img]][osx-arm64-pkg]| Provides the toolset for the `osx-arm64` build platform. |![Downloads][osx-arm64-dls]|
48
+
|[![Vezel.Zig.Toolsets.osx-x64][osx-x64-img]][osx-x64-pkg]| Provides the toolset for the `osx-x64` build platform. |![Downloads][osx-x64-dls]|
49
+
|[![Vezel.Zig.Toolsets.win-arm64][win-arm64-img]][win-arm64-pkg]| Provides the toolset for the `win-arm64` build platform. |![Downloads][win-arm64-dls]|
50
+
|[![Vezel.Zig.Toolsets.win-x64][win-x64-img]][win-x64-pkg]| Provides the toolset for the `win-x64` build platform. |![Downloads][win-x64-dls]|
51
+
|[![Vezel.Zig.Toolsets.win-x86][win-x86-img]][win-x86-pkg]| Provides the toolset for the `win-x86` build platform. |![Downloads][win-x86-dls]|
0 commit comments