package bz2

  1. Overview
  2. Docs
CamlBZ2 OCaml bindings for the libbz2

Install

Dune Dependency

Authors

Maintainers

Sources

camlbz2-0.8.0.tar.bz2
md5=5c42ed3df3f485b85ce88e04c6566c59
sha512=5d8f8ff20676d77aa9c418bd8ba8a3c14aeb6e44e2d458f03ead29f703c97f3f7b5999e2b0a3fc3c78c5a77e7fbd55e5f8c8aeed154f4d46030f7f92f7f1f38a

Description

This is CamlBZ2, OCaml bindings for the libbz2 (AKA, bzip2)(de)compression library.

Published: 08 Apr 2024

README

README

CamlBZ2
=======

This is CamlBZ2, OCaml bindings for the libbz2 (AKA, bzip2)
(de)compression library.

DOWNLOAD
--------

You can download the latest version of CamlBZ2 from the OCaml forge
(http://forge.ocamlcore.org), where CamlBZ2 is hosted. Have a look at
the CamlBZ2 homepage for more info:

  http://camlbz2.forge.ocamlcore.org

or jump directly to the download section:
http://forge.ocamlcore.org/frs/?group_id=63

LICENSING
---------

GNU LGPL, version 2.1 or above, with the usual OCaml linking exception
(see COPYING).

The file io.h comes from the OCaml compiler source tree, hence it is
GPL, with the same linking exception as above.

AUTHORS
-------

This library descends from "gz", a library which used to ship both
gzip and bzip2 bindings. The authors of "gz" where:

- Olivier Andrieu    <oandrieu@gmail.com>
- Nicolas George     <nicolas.george@ens.fr>

CamlBZ2 is now copyright and maintained by:

- Stefano Zacchiroli <zack@upsilon.cc>
- Olivier Andrieu    <oandrieu@gmail.com>

Dependencies (3)

  1. stdlib-shims
  2. conf-libbz2
  3. dune >= "2.8"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. camlbz2 >= "transition"

Conflicts

None