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

    Исходный пакет: ocaml-uutf
    Версия: 1.0.3-alt4
    Собран:  8 апреля 2025 г. 20:12
    Категория: Разработка/ML
    Сообщить об ошибке в пакете
    Домашняя страница: https://erratique.ch/software/uutf

    Лицензия: BSD3
    О пакете: Non-blocking streaming codec for UTF-8, UTF-16, UTF-16LE and UTF-16BE
    Описание: 
    Uutf is an non-blocking streaming Unicode codec for OCaml to decode and
    encode the UTF-8, UTF-16, UTF-16LE and UTF-16BE encoding schemes. It can
    efficiently work character by character without blocking on IO. Decoders
    perform character position tracking and support newline normalization.
    
    Functions are also provided to fold over the characters of UTF encoded OCaml
    string values and to directly encode characters in OCaml Buffer.t values.
    
    Uutf is made of a single, independent, module.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    ocaml-uutf (e2kv6, e2kv5, e2kv4, e2k)
    ocaml-uutf-devel (e2kv6, e2kv5, e2kv4, e2k)

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

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

      1. ocaml-cmdliner-devel
      2. ocaml-findlib-devel
      3. ocaml-ocamlbuild
      4. ocaml-result-devel
      5. ocaml-topkg-devel
      6. opam
      7. rpm-build-ocaml >= 1.6

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


    22 января 2025 г. Anton Farygin 1.0.3-alt4
    - changed BR - use ocaml-topkg-devel instead of the ocaml-topkg
    21 января 2025 г. Anton Farygin 1.0.3-alt3
    - changed BR - use ocaml-findlib-devel instead of the ocaml-findlib
    16 ноября 2023 г. Anton Farygin 1.0.3-alt2
    - added support for bytecode-only version of the ocaml package-