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

    Исходный пакет: ocaml-parsexp
    Версия: 0.14.1-alt1
    Собран:  2 декабря 2021 г. 16:00 в задании #289137
    Категория: Разработка/ML
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/ocaml-ppx/ppx_derivers

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

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

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

      1. dune >= 1.8
      2. ocaml
      3. ocaml-base-devel >= 0.14.0
      4. rpm-build-ocaml >= 1.4
      5. ocaml-findlib
      6. ocaml-sexplib0-devel >= 0.14.0

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


    18 августа 2021 г. Anton Farygin 0.14.1-alt1
    - 0.14.1
    18 сентября 2020 г. Anton Farygin 0.14.0-alt3
    - mirated to rpm-build-ocaml 1.4
    - added ocaml-base-devel dependency to devel package
    8 сентября 2020 г. Anton Farygin 0.14.0-alt2
    - cmxa have been moved to devel package