Description
A Haskell binding to libbz2, the native bzip2 compression library. It lets Haskell programs call the system library for compressing and decompressing bzip2 data.
Developers use it when Haskell software needs bzip2 support through the native implementation. Compressed data may be large or untrusted, so callers should handle decompression errors and resource limits.