https://github.com/olafhering/ocaml-camlbz2
Unofficial mirror of Camlbz2 for dune
https://github.com/olafhering/ocaml-camlbz2
bz2 bzip2 dune ocaml
Last synced: about 1 year ago
JSON representation
Unofficial mirror of Camlbz2 for dune
- Host: GitHub
- URL: https://github.com/olafhering/ocaml-camlbz2
- Owner: olafhering
- License: other
- Created: 2019-10-17T07:55:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T10:02:13.000Z (over 6 years ago)
- Last Synced: 2025-02-16T16:57:50.152Z (over 1 year ago)
- Topics: bz2, bzip2, dune, ocaml
- Homepage: https://forge.ocamlcore.org/projects/camlbz2/
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Roadmap: ROADMAP
Awesome Lists containing this project
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
- Nicolas George
CamlBZ2 is now copyright and maintained by:
- Stefano Zacchiroli
- Olivier Andrieu