Package ocaml-camlbz2: Information
Source package: ocaml-camlbz2
Version: 0.8.0-alt1
Build time: Mar 12, 2026, 02:48 PM
Category: Development/ML
Report package bugHome page: https://gitlab.com/irill/camlbz2
License: LGPLv2 with OCaml-LGPL-linking-exception
Summary: OCaml bindings for the libbz2
Description:
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.
List of RPM packages built from this SRPM:
ocaml-camlbz2 (loongarch64)
ocaml-camlbz2-debuginfo (loongarch64)
ocaml-camlbz2-devel (loongarch64)
ocaml-camlbz2 (loongarch64)
ocaml-camlbz2-debuginfo (loongarch64)
ocaml-camlbz2-devel (loongarch64)
Maintainer: Anton Farygin
Last changed
Sept. 5, 2024 Anton Farygin 0.8.0-alt1
- 0.7.0 -> 0.8.0
Nov. 18, 2023 Anton Farygin 0.7.0-alt3
- fixed build without ocamlopt
Sept. 18, 2021 Anton Farygin 0.7.0-alt2
- fixed build with emabled LTO