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

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

    Лицензия: Apache-2.0
    О пакете: S-expression parsing library for ocaml
    Описание: 
    This library provides generic parsers for parsing S-expressions from strings or
    other medium.
    
    The library is focused on performances but still provide full generic parsers
    that can be used with strings, bigstrings, lexing buffers, character streams or
    any other sources effortlessly.
    
    It provides three different class of parsers:
    
        the normal parsers, producing [Sexp.t] or [Sexp.t list] values
    
        the parsers with positions, building compact position sequences so that one
        can recover original positions in order to report properly located errors at
        little cost
    
        the Concrete Syntax Tree parsers, produce values of type [Parsexp.Cst.t]
        which record the concrete layout of the s-expression syntax, including
        comments

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

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

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

      1. ocaml-base-devel >= 0.16.0
      2. dune >= 3.8
      3. ocaml-sexplib0-devel >= 0.16.0
      4. rpm-build-ocaml >= 1.4

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


    7 ноября 2023 г. Anton Farygin 0.16.0-alt1
    - 0.16.0
    4 января 2022 г. Anton Farygin 0.15.0-alt1
    - 0.15.0
    30 ноября 2021 г. Anton Farygin 0.14.1-alt2
    - fixed homepage URL