Hamnix packages

Repository for the Hamnix package manager (hpm). JSON index at index.json; tarballs under packages/.

This page is the human-browsable view. hpm talks to index.json over HTTPS and downloads packages by URL + SHA-256.

Available packages

NameVersionArchDescriptionDownload
hamnix-hello 1.0 x86_64 Minimal example package — proves the hpm install pipeline works tarball

Package format

A Hamnix package is a gzipped tar containing a top-level directory named <name>-<version>/ with this layout:

hamnix-hello-1.0/
├── PKGINFO         # key:value metadata (name, version, arch, depends, ...)
├── files/          # files to install into the target namespace
│   └── bin/
│       └── hamnix-hello
└── install.hamsh   # optional post-install hook

See the repo README for the full schema.

Links