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 FreeBSD ports tool assists in the creation of Zig ports by recursively scanning `.zon` files in Zig projects by finding dependencies to be added in the port Makefiles for porter convenience.
4
+
5
+
## How to use it?
6
+
7
+
Either by calling zig2tuple directly: `zig2tuple <path_to_project>`
8
+
9
+
Or by adding `USES=zig` to a port and then running `make make-zig-tuple`, which will invoke the tool under the hood.
0 commit comments