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

    Исходный пакет: ocaml-iostream
    Версия: 0.3-alt1
    Собран:  9 апреля 2025 г. 17:01
    Категория: Разработка/ML
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/c-cube/ocaml-iostream

    Лицензия: MIT
    О пакете: Generic, composable IO input and output streams for OCAML
    Описание: 
    This library defines generic I/O streams of bytes. The streams should be
    composable, user-definable, and agnostic to the underlying I/O mechanism; with
    OCaml 5 it means that they might be backed by an effect-based scheduler.
    
    The goal is to provide a reasonable interoperability layer that multiple
    libraries and applications in the OCaml ecosystem can rely on, while providing
    the modularity that standard IO channels lack. Modern statically typed
    languages like Go and Rust provide this layer in their stdlib and their whole
    ecosystem can build on it.

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

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

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

      1. ocaml >= 5.2.0
      2. ocaml-camlzip-devel
      3. ocaml-ounit-devel
      4. dune

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


    18 сентября 2024 г. Anton Farygin 0.3-alt1
    - first build for ALT