packbase self-hosted Zig package registry

packbase

This server mirrors upstream Git repositories and serves deterministic tarballs so that zig fetch never has to reach GitHub at install time.

MethodEndpointDescription
POST /api/fetch Mirror an upstream Git repository.
POST /api/update Soft-sync local state and the configured package source.
GET /api/list Return local and registered packages visible to this instance.
GET /api/info Return service metadata including the current release id.
GET /<repo>/… Alias for cloning hosted repositories without the /git prefix.