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

  • Default inline alert: Версия в репозитории: 0.16.0-alt1

Исходный пакет: ocaml-parsexp
Версия: 0.12.0-alt1
Последняя версия по данным Repology
Собран:  7 августа 2019 г. 3:35 в задании #235061
Категория: Разработка/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, aarch64)
ocaml-parsexp-debuginfo (x86_64, ppc64le, i586, aarch64)
ocaml-parsexp-devel (x86_64, ppc64le, i586, aarch64)

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

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

Права:
Anton Farygin
@everybody

    1. ocaml
    2. ocaml-base-devel >= 0.12.0
    3. dune >= 1.8
    4. ocaml-findlib
    5. ocaml-sexplib0-devel >= 0.12.0
    6. opam

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


13 марта 2019 г. Anton Farygin 0.12.0-alt1
- 0.12.0
31 октября 2018 г. Anton Farygin 0.11.0-alt1
- first build for ALT