xref: /freebsd/packages/bzip2/bzip2.ucl (revision bb75b0d581f74e22a68d7868ad1f5da1146a8de0)
1comment = "A block-sorting data compressor"
2
3desc = <<EOD
4bzip2 compresses data using the Burrows-Wheeler block sorting text compression
5algorithm, and Huffman coding.  Compression is generally considerably better
6than that achieved by more conventional LZ77/LZ78-based compressors, and
7approaches the performance of the PPM family of statistical compressors.
8EOD
9