CamlBZ2 provides OCaml
bindings for libbz2 (AKA
bzip2), a popular
compression library which typically compresses better (i.e., smaller resulting
files) than gzip.
Using CamlBZ2 you can read and write compressed "files",
where files can be anything offering an
in_channel/out_channel abstraction (files, sockets, ...).
Also, with CamlBZ2 you can compress and decompress strings
in memory using the bzip2 compression algorithm.
 |
Latest News |
 |
|
|
Documentation
Development
CamlBZ2 is hosted on the OCaml
forge:
Source code is available via
Git:
For bugs, feature requests, patches, ... see
the
tracker and its box on this page.
Download
CamlBZ2 can be
downloaded
from the forge, as usual.
The code is free software,
licensed under the terms of the GNU LGPL
(version 2.1, or above), with the usual OCaml linking exception.
Authors
CamlBZ2 is brought to you by: