camlbz2 0.8.0-1 source package in Ubuntu

Changelog

camlbz2 (0.8.0-1) unstable; urgency=medium

  * New upstream release.
  * Drop patch example-use-bytes, this is fixed by upstream
  * Update debian/rules to use the dune build-system:
    - autoconf is no longer used
    - build, building the doc, and installation with dune. This also resolves
      the previously leftover doc/ directory (closes: #1043934).
    - clean target: use dune
    - replace build-dependency ocaml-findlib by ocaml-dune and ocaml-odoc
  * Add in libbz2-ocaml-dev a Recommends on ocaml-odoc since it contains the
    stylesheet used by the documentation
  * Drop debian/clean which is no longer needed
  * Update debian/watch, to follow recent gitlab change.
  * Standards-Version 4.6.2 (no change)

 -- Ralf Treinen <email address hidden>  Sun, 07 Apr 2024 10:59:29 +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
Oracular release universe devel
Noble release universe devel

Downloads

File Size SHA-256 Checksum
camlbz2_0.8.0-1.dsc 2.1 KiB 13c132c284132999ffaa1b818792982bcbc4e19c7bfd464b735a84e66d34450d
camlbz2_0.8.0.orig.tar.bz2 16.2 KiB 76bfddcb8922ead8e7dfab9e1203ff4ae1f1bd7d7d8a1ec802230f49912338f2
camlbz2_0.8.0-1.debian.tar.xz 4.2 KiB da71f027acbab1c26bd3453637f5a0c8717bfbab693702e3fd1259af08e22bdf

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.

libbz2-ocaml-dev-dbgsym: debug symbols for libbz2-ocaml-dev