~sircmpwn/hare-compress

Compression algorithms for Hare
compress::flate: style, clean-up
Makefile: Also install compress::gzip
compress::gzip: regen iconv.ha w/out trailing space

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