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
zig-master-0.14.0-dev.3267+59dc15fa0 Programming language designed for robustness and clarity
100
+
zig-master-0.14.0-dev.3462+edabcf619 Programming language designed for robustness and clarity
101
101
```
102
102
103
103
Example of working with both Zig and Zig master on the same system:
@@ -133,8 +133,8 @@ Example of uninstalling a package:
133
133
134
134
```sh
135
135
$ pkg_info -a | grep ^zig
136
-
zig-master-0.14.0-dev.3267+59dc15fa0 Programming language designed for robustness and clarity
137
-
$ doas pkg_delete zig-master-0.14.0-dev.3267+59dc15fa0
136
+
zig-master-0.14.0-dev.3462+edabcf619 Programming language designed for robustness and clarity
137
+
$ doas pkg_delete zig-master-0.14.0-dev.3462+edabcf619
138
138
```
139
139
140
140
License: Anything added by me in this repo (not what is based on another project) is public domain or CC0 1.0 Universal. For things taken from other projects, refer to those projects, such as [pkgsrc](https://github.com/NetBSD/pkgsrc).
0 commit comments