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

Group :: Development/ML
RPM: ocaml-angstrom

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.15.0-alt1
Build date: 30 march 2021, 18:10 ( 160.0 weeks ago )
Size: 69.47 Kb

Home page:   https://github.com/inhabitedtype/angstrom

License: BSD-3-Clause
Summary: OCaml Parser combinators built for speed and memory-efficiency
Description:

Angstrom is a parser-combinator library that makes it easy to write efficient,
expressive, and reusable parsers suitable for high-performance applications. It
exposes monadic and applicative interfaces for composition, and supports
incremental input through buffered and unbuffered interfaces. Both interfaces
give the user total control over the blocking behavior of their application,
with the unbuffered interface enabling zero-copy IO. Parsers are backtracking by
default and support unbounded lookahead.

Current maintainer: Anton Farygin

List of contributors

List of rpms provided by this srpm:

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