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

  • Default inline alert: Версия в репозитории: 0.7.0-alt3

Исходный пакет: ocaml-camlbz2
Версия: 0.6.0-alt1
Последняя версия по данным Repology
Собран:  18 марта 2020 г. 21:10 в задании #247693
Категория: Разработка/ML
Сообщить об ошибке в пакете
Домашняя страница: http://camlbz2.forge.ocamlcore.org/

Лицензия: LGPLv2 with 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, aarch64)
ocaml-camlbz2-debuginfo (x86_64, ppc64le, i586, aarch64)
ocaml-camlbz2-devel (x86_64, ppc64le, i586, aarch64)

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

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

Права:
Anton Farygin
@everybody

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

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


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