camlbz2 0.6.0-7build1 source package in Ubuntu

Changelog

camlbz2 (0.6.0-7build1) artful; urgency=high

  * No change rebuild against ocaml 4.04.

 -- Dimitri John Ledkov <email address hidden>  Tue, 27 Jun 2017 13:37:37 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Very Urgent

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-7build1.debian.tar.xz 3.8 KiB 596b83e8b8ddcded338e62cad98a91e81905ac0221e71087ab6df7511e8ff041
camlbz2_0.6.0-7build1.dsc 1.8 KiB 1cd321322ceca2533a4632f12173726f88cddeaa42b9c4bbf568f57261800072

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-dbgsym: No summary available for libbz2-ocaml-dbgsym in ubuntu artful.

No description available for libbz2-ocaml-dbgsym in ubuntu artful.

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.