Package ocaml-angstrom: Information

    Binary package: ocaml-angstrom
    Version: 0.15.0-alt1
    Architecture: loongarch64
    Build time:  Dec 1, 2023, 01:36 PM
    Source package: ocaml-angstrom
    Category: Development/ML
    Report package bug
    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.

    Maintainer: Anton Farygin

    List of contributors:
    Anton Farygin

    Last changed


    March 30, 2021 Anton Farygin 0.15.0-alt1
    - first build for ALT