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

    Исходный пакет: ocaml-camlp-streams
    Версия: 5.0.1-alt1
    Собран:  5 декабря 2023 г. 4:41
    Категория: Разработка/ML
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/ocaml/camlp-streams

    Лицензия: LGPLv2.1 with OCaml-LGPL-linking-exception
    О пакете: The Stream and Genlex libraries for use with Camlp4 and Camlp5
    Описание: 
    This package provides two library modules:
     Stream: imperative streams, with in-place update and memoization of the latest
     element produced.
     Genlex: a small parameterized lexical analyzer producing streams of tokens from
     streams of characters.
    
    The two modules are designed for use with Camlp4 and Camlp5:
     The stream patterns and stream expressions of Camlp4/Camlp5 consume and produce
     data of type 'a Stream.t.
     The Genlex tokenizer can be used as a simple lexical analyzer for
     Camlp4/Camlp5-generated parsers.
    
    The Stream module can also be used by hand-written recursive-descent parsers,
    but is not very convenient for this purpose.
    
    The Stream and Genlex modules have been part of the OCaml standard library for
    a long time, and have been distributed as part of the core OCaml system.
    They will be removed from the OCaml standard library at some future point,
    but will be maintained and distributed separately in this camlpstreams package.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    ocaml-camlp-streams (e2kv6, e2kv5, e2kv4, e2k)
    ocaml-camlp-streams-devel (e2kv6, e2kv5, e2kv4, e2k)

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

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

      1. ocaml >= 4.14
      2. dune

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


    7 ноября 2023 г. Anton Farygin 5.0.1-alt1
    - first build for ALT