camlbz2 0.6.0-6build4 source package in Ubuntu

Changelog

camlbz2 (0.6.0-6build4) trusty; urgency=medium

  * Rebuild for ocaml-4.01.
 -- Matthias Klose <email address hidden>   Mon, 23 Dec 2013 16:15:47 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
camlbz2_0.6.0.orig.tar.gz 56.4 KiB 8154b4e4699c48e14b4dd56cf839a0c10345e9860eb967066be040d432ae7388
camlbz2_0.6.0-6build4.diff.gz 3.8 KiB 4f685cf814b00dabeb0d3085722a1bdfa81653d2e1f48f681d31f73a590656d5
camlbz2_0.6.0-6build4.dsc 1.4 KiB c1824f8c92df85d315c7cbc6f415ab8f50e28d0317cbbe9ba98b790a5eca9f6c

Available diffs

View changes file

Binary packages built by this source

libbz2-ocaml: No summary available for libbz2-ocaml in ubuntu utopic.

No description available for libbz2-ocaml in ubuntu utopic.

libbz2-ocaml-dev: OCaml bindings for the bzip2 compression library

 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.
 .
 This package contains all the development stuff you need to use
 CamlBZ2 in your programs.