How to package library

I want to upload a basic library I wrote to my git so anyone can fetch it. How do I do that?

2 Likes

You can use zig package manager.

https://ziglang.org/download/0.11.0/release-notes.html#Package-Management

Many published project in Showcase category will be useful as the reference.

For instance, Cloudef/zig-router is easy to understand.

3 Likes

All good, I just thought that git archives were something id manually have to make but theyre autogenerated

4 posts were split to a new topic: Example packaging a library