Package ocaml-parsexp: Information

  • Default inline alert: Version in the repository: 0.16.0-alt1

Source package: ocaml-parsexp
Version: 0.15.0-alt1
Latest version according to Repology
Build time:  Jan 4, 2022, 11:11 PM in the task #292992
Category: Development/ML
Report package bug
License: Apache-2.0
Summary: S-expression parsing library for ocaml
Description: 
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

List of rpms provided by this 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)

Maintainer: Anton Farygin

List of contributors:
Anton Farygin

ACL:
Anton Farygin
@everybody

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

Last changed


Jan. 4, 2022 Anton Farygin 0.15.0-alt1
- 0.15.0
Nov. 30, 2021 Anton Farygin 0.14.1-alt2
- fixed homepage URL
Aug. 18, 2021 Anton Farygin 0.14.1-alt1
- 0.14.1