Пакет ocaml-camlbz2: Информация

    Исходный пакет: ocaml-camlbz2
    Версия: 0.7.0-alt2
    Собран:  2 декабря 2021 г. 16:00 в задании #289137
    Категория: Разработка/ML
    Сообщить об ошибке в пакете
    Домашняя страница: http://camlbz2.forge.ocamlcore.org/

    Лицензия: LGPLv2 with OCaml-LGPL-linking-exception
    О пакете: OCaml bindings for the libbz2
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным 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)

    Сопровождающий: Anton Farygin

    Список участников:
    Anton Farygin

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

    Последнее изменение


    18 сентября 2021 г. Anton Farygin 0.7.0-alt2
    - fixed build with emabled LTO
    22 марта 2021 г. Anton Farygin 0.7.0-alt1
    - 0.7.0
    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