Skip to content

c-v0.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Aug 10:04
a66ad43

The C implementation of Base85N, 0.5.1.

Nothing is uploaded here: C package managers build from source. What
this release is, is the tag they resolve against.

vcpkg

The port lives in c/vcpkg/base85n.
Its portfile.cmake needs the checksum of the source tarball for
this tag, which is:

SHA512 21fecf51ff1dee3f2bdfa9167ba4e2226ef7d2340eac40bcf1d1f9b491c8017235ed54a5a12130583238a8b46a1dfbff7ee3d7b9a979f3bddcaf88bb8e10f230

As an overlay port:

git clone --branch c-v0.5.1 https://github.com/keywan-ghadami/base85n
vcpkg install base85n --overlay-ports=base85n/c/vcpkg

clib

clib install keywan-ghadami/base85n@c-v0.5.1

CMake, from a checkout

cmake -S c -B build && cmake --build build && cmake --install build

The installed package provides find_package(base85n CONFIG) with the
base85n::base85n target, and a pkg-config file for everyone else.