| dist: nimstatic 0.1.0 x86_64-linux 7e028da nandi 14h ago | 1 | # nimstatic — release binaries |
| 2 | |
| 3 | This branch carries built artifacts only; the source lives on `main`. |
| 4 | |
| 5 | Releases are notes-only on this forge, so binaries are committed here and |
| 6 | addressed by commit sha, which makes the URL immutable: |
| 7 | |
| 8 | https://rickub.com/nandi/nimstatic/raw/<commit-sha>/<file> |
| 9 | |
| 10 | Every file is an xz-compressed, stripped, fully static `x86_64-linux` binary |
| 11 | built by nimstatic itself. (xz rather than gzip because this forge's raw file |
| 12 | serving truncates at 2 MiB, and the gzipped binary was just over.) Verify before running: |
| 13 | |
| 14 | sha256sum -c SHA256SUMS |