Package ocaml-camlbz2: Information

    Source package: ocaml-camlbz2
    Version: 0.7.0-alt2
    Build time:  Dec 2, 2021, 04:00 PM in the task #289137
    Category: Development/ML
    Report package bug
    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 rpms provided by this srpm:
    ocaml-camlbz2 (x86_64, ppc64le, i586, armh, aarch64)
    ocaml-camlbz2-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    ocaml-camlbz2-devel (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Anton Farygin

    List of contributors:
    Anton Farygin

      1. bzlib-devel
      2. ocaml
      3. ocaml-findlib

    Last changed


    Sept. 18, 2021 Anton Farygin 0.7.0-alt2
    - fixed build with emabled LTO
    March 22, 2021 Anton Farygin 0.7.0-alt1
    - 0.7.0
    March 16, 2019 Anton Farygin 0.6.0-alt1
    - first build for ALT
    - ported from String to Bytes to avoid problems with latest ocaml and safe-string defaults