camlbz2 0.7.0-1 source package in Ubuntu

Changelog

camlbz2 (0.7.0-1) unstable; urgency=medium

  [ Johannes 'josch' Schauer ]
  * debian/patches: drop all previous patches (all integrated upstream)
  * debian/rules: run autoreconf
  * bump dh compat to 13 and use debhelper-compat version in Build-Depends
  * debian/copyright: use spaces rather than tabs to start continuation lines.
  * debian/rules: build docs with ocamldoc
  * debian/libbz2-ocaml-dev.examples: install examples
  * debian/control: add Rules-Requires-Root: no

  [ Ralf Treinen ]
  * New upstream version
  * New homepage on gitlab
  * Standards-version 4.6.0 (no change)
  * Patch example-use-bytes: use Bytes instead of String in examples
  * Add as-installed test
  * Add debian/upstream/metadata

 -- Ralf Treinen <email address hidden>  Tue, 26 Oct 2021 08:48:55 +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

Downloads

File Size SHA-256 Checksum
camlbz2_0.7.0-1.dsc 2.1 KiB 085898d09debbae608276c1312313d7bb892ec1412ad8d517d3bc39c6014e44a
camlbz2_0.7.0.orig.tar.gz 22.2 KiB f725a37d328f0feb77a9e79781627d4efa8f64b98a95fed98cabf383bdabc67a
camlbz2_0.7.0-1.debian.tar.xz 3.9 KiB b8a354ce926821e6549d752cbb56429c48bf0632ad17be0d04348d7bad6eae63

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.