aboutsummaryrefslogtreecommitdiff
path: root/packages/bzip2/bzip2.ucl
blob: 8c2090cf9ba0de93797f70378a2e1756afedc628 (plain) (blame)
1
2
3
4
5
6
7
8
comment = "A block-sorting data compressor"

desc = <<EOD
bzip2 compresses data using the Burrows-Wheeler block sorting text compression
algorithm, and Huffman coding.  Compression is generally considerably better
than that achieved by more conventional LZ77/LZ78-based compressors, and
approaches the performance of the PPM family of statistical compressors.
EOD