camlbz2 0.6.0-6build2 source package in Ubuntu

Changelog

camlbz2 (0.6.0-6build2) oneiric; urgency=low

  * Rebuild to pick up ocaml fixes on armel.
 -- Adam Conrad <email address hidden>   Wed, 24 Aug 2011 16:26:28 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Oneiric
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
camlbz2_0.6.0.orig.tar.gz 56.4 KiB 8154b4e4699c48e14b4dd56cf839a0c10345e9860eb967066be040d432ae7388
camlbz2_0.6.0-6build2.diff.gz 3.8 KiB 2d34fb69b5e13be38d1d04c24b67574f526b7776fc3897affa9a6f1c85defc52
camlbz2_0.6.0-6build2.dsc 1.4 KiB ccce513a726d6b19122c0cfb0ca7684a3251949d7a659e2907e4cdd006898095

Available diffs

View changes file

Binary packages built by this source

libbz2-ocaml: 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 only the shared runtime stub libraries.

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.