camlbz2 0.7.0-2build1 source package in Ubuntu

Changelog

camlbz2 (0.7.0-2build1) noble; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Thu, 02 Nov 2023 10:06:37 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
camlbz2_0.7.0.orig.tar.gz 22.2 KiB f725a37d328f0feb77a9e79781627d4efa8f64b98a95fed98cabf383bdabc67a
camlbz2_0.7.0-2build1.debian.tar.xz 4.1 KiB 08364e7ff05f4588739df938e16f4708ca6684a9855ff5f7762b5132bb0b876d
camlbz2_0.7.0-2build1.dsc 2.1 KiB f6bb71b198390a373146451c729e6130fabc229c19d984b5561137c9f28d259b

View changes file

Binary packages built by this source

libbz2-ocaml: OCaml bindings for the bzip2 compression library (runtime)

 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: debug symbols for libbz2-ocaml
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.