Description
A Haskell library for compressing and decompressing data in the bzip2 format. It helps programs read and write bzip2-compressed files or streams.
Developers use it in archivers, importers, backup tools, and data pipelines. Decompression should be bounded and error-aware because compressed input can be corrupt or unexpectedly large.