Package ocaml-camlbz2: Information

    Source package: ocaml-camlbz2
    Version: 0.6.0-alt1
    Build time:  Mar 16, 2019, 01:27 PM in the task #225120
    Category: Development/ML
    Report package bug
    License: LGPLv2 with 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 (x86_64, i586, aarch64)
    ocaml-camlbz2-debuginfo (x86_64, i586, aarch64)
    ocaml-camlbz2-devel (x86_64, i586, aarch64)

    Maintainer: Anton Farygin

    List of contributors:
    Anton Farygin

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

    Last changed


    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