ampart v1.0
Ampart is stable for a long time and should be considered ready for public uses, and its API will stay unchanged for a long time, it's time to announce the release of the first stable version of ampart
As ampart links with zlib, whose version could be different depending on your system, most of the binaries here are for specific systems only. The static releases should be compatible with all systems but their size is way larger.
The ampart-architecture-static/distro.xz
are compressed binaries, which contains only the compiled ampart binary itself. The static
one is staticlly linked, ~900KiB in size, it does not depend on any library in the environment; the distro
one is dynamically linked, ~100KiB in size, but it depends on an existing libc and zlib which has the same ABI as the build environment.
The ampart-git-version-architecture.pkg.tar.xz/zstd
are ArchLinux packages, which can be installed via pacman -U
on an Arch-derived distro.
If you're using an Arch-derived distro, consider installing ampart through my AUR package: https://aur.archlinux.org/packages/ampart-git
Following https://github.com/7Ji/ampart#building, you can build ampart on essentially any x86-64 or aarch64 hosts, which is recommended as these releases here could be incompatible if the libc and zlib on your host is different from my build environment