package angstrom

  1. Overview
  2. Docs
Parser combinators built for speed and memory-efficiency

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
sha256=3231fcefd48703f0735e4476660b9f990f5e611d94e90761538667e2ed8839c7
md5=a9c1dddae30b589ca5f00dd7efe6be9a

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.

Published: 28 Jan 2017

Dependencies (6)

  1. result
  2. ocamlbuild build
  3. ocamlfind build
  4. ocplib-endian >= "0.6"
  5. cstruct >= "0.7.0"
  6. ocaml >= "4.02.0" & < "4.06.0"

Dev Dependencies (1)

  1. alcotest with-test & >= "0.6.0" & < "0.8.0"

Conflicts (1)

  1. async >= "v0.10.0"
OCaml

Innovation. Community. Security.