nandi/nimstaticpublic Fork 0
dist
Commits
Clone
git clone https://git.rickub.com/nandi/nimstatic.git
git clone ssh://git@rickub.com/nandi/nimstatic.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

dist: nimstatic 0.1.0 x86_64-linux 7e028da · on dist · nandi · 9h ago
README.md · 14 lines · 574 Bmarkdown
Blame HistoryOpen raw

nimstatic — release binaries

This branch carries built artifacts only; the source lives on main.

Releases are notes-only on this forge, so binaries are committed here and
addressed by commit sha, which makes the URL immutable:

https://rickub.com/nandi/nimstatic/raw/<commit-sha>/<file>

Every file is an xz-compressed, stripped, fully static x86_64-linux binary
built by nimstatic itself. (xz rather than gzip because this forge's raw file
serving truncates at 2 MiB, and the gzipped binary was just over.) Verify before running:

sha256sum -c SHA256SUMS
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# nimstatic — release binaries

This branch carries built artifacts only; the source lives on `main`.

Releases are notes-only on this forge, so binaries are committed here and
addressed by commit sha, which makes the URL immutable:

    https://rickub.com/nandi/nimstatic/raw/<commit-sha>/<file>

Every file is an xz-compressed, stripped, fully static `x86_64-linux` binary
built by nimstatic itself. (xz rather than gzip because this forge's raw file
serving truncates at 2 MiB, and the gzipped binary was just over.) Verify before running:

    sha256sum -c SHA256SUMS