package angstrom

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

Install

Authors

Maintainers

Sources

0.6.0.tar.gz
md5=07c9be4a5dc20e390f4cd1df0aedc589

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: 24 Jul 2017

Dependencies (5)

  1. result
  2. ocplib-endian >= "0.6"
  3. cstruct >= "0.7.0" & < "6.1.0"
  4. jbuilder >= "1.0+beta10"
  5. ocaml >= "4.03.0"

Dev Dependencies (1)

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

Used by (19)

  1. angstrom-async < "0.7.0"
  2. angstrom-lwt-unix
  3. angstrom-unix
  4. coin < "0.1.2"
  5. colombe < "0.2.0"
  6. dap
  7. earlybird < "1.0.0"
  8. email_message >= "v0.10.0" & < "v0.14.0"
  9. graphql < "0.4.0"
  10. graphql_parser < "0.5.0"
  11. hpack != "0.9.0"
  12. icalendar < "0.1.4"
  13. multipart_form-lwt
  14. nosetup
  15. osbx < "1.2.4"
  16. piaf
  17. tldr < "0.3.0"
  18. uuuu < "0.2.0"
  19. vcaml < "v0.14.0"

Conflicts

None