camlbz2 0.7.0-2 source package in Ubuntu

Changelog

camlbz2 (0.7.0-2) unstable; urgency=medium

  [ Stéphane Glondu ]
  * Team upload
  * Depend on ocaml instead of transitional ocaml-nox

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable)

 -- Stéphane Glondu <email address hidden>  Sat, 02 Sep 2023 08:46:18 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe devel

Downloads

File Size SHA-256 Checksum
camlbz2_0.7.0-2.dsc 1.8 KiB cc87ad80fdceefba0b2b9cfc03f9cd2f89f4aac630b6325e9499381a4edaa1f1
camlbz2_0.7.0.orig.tar.gz 22.2 KiB f725a37d328f0feb77a9e79781627d4efa8f64b98a95fed98cabf383bdabc67a
camlbz2_0.7.0-2.debian.tar.xz 4.0 KiB 4ae23ca21a44cf40d49cac1d3afadc14f2acea1c1e8c1ee819caa2da3fcba772

No changes file available.

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.