Short: brotli (de)compression Author: Various, 68k compile by uploader Uploader: lorylombus@gmail.com (Lorence Lombardo) Type: util/pack Architecture: m68k-amigaos Version: 0.6.0 "brotli_0.6.0.orig.tar.gz" This is a noixemul 68k build of bro the brotli frontend which was compiled with "gcc version 2.95.3" and tested with no known problems under a shell stack of 2000000. Usage example:- bro --force --quality 9 --input 7za --output tst The "--quality" argument is the compression level and default is the maximum of 11. brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2-nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. Related URL's:- https://packages.debian.org/buster/brotli https://en.wikipedia.org/wiki/Brotli http://geocities.ws/lorylomb/