Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37416571
en ru br
ALT Linux repos
S:0.15.0-alt1

Group :: Development/ML
RPM: ocaml-parsexp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.15.0-alt1
Build date: 4 january 2022, 13:00 ( 119.5 weeks ago )
Size: 50.61 Kb

Home page:   https://github.com/janestreet/parsexp

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

Current maintainer: Anton Farygin

List of contributors

List of rpms provided by this srpm:

  • ocaml-parsexp
  • ocaml-parsexp-debuginfo
  • ocaml-parsexp-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin