~sircmpwn/hare-compress

Compression algorithms for Hare
compress::flate::dynamic: stack-alloc lengths
Reduce BUFSIZ to 1 << 15
Assert on allocation failures

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sircmpwn/hare-compress
read/write
git@git.sr.ht:~sircmpwn/hare-compress

You can also use your local clone with git send-email.

#hare-compress

This package provides compression algorithms for Hare.

#Installation

#From your distribution

The recommended name for this package is "hare-compress". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-compress/ add https://git.sr.ht/~sircmpwn/hare-compress master