package angstrom

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

Install

Authors

Maintainers

Sources

0.11.0.tar.gz
md5=f28ef135ecf1c7b5683d9d482528699a

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: 11 Dec 2018

Dependencies (4)

  1. result
  2. bigstringaf
  3. jbuilder >= "1.0+beta10"
  4. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. alcotest with-test & >= "0.8.1"

Used by (29)

  1. angstrom-async >= "0.11.0"
  2. angstrom-lwt-unix
  3. angstrom-unix >= "0.11.0"
  4. coin < "0.1.3"
  5. colombe < "0.3.0"
  6. dap
  7. earlybird < "1.0.0"
  8. email_message >= "v0.10.0" & < "v0.14.0"
  9. emile >= "0.2" & < "0.9"
  10. encore < "0.5"
  11. git >= "2.0.0" & < "2.1.3"
  12. graphql_parser >= "0.5.0" & < "0.9.0"
  13. hpack
  14. httpaf >= "0.4.1" & < "0.7.0"
  15. hxd < "0.2.0"
  16. icalendar < "0.1.4"
  17. mrmime < "0.3.0"
  18. multipart_form-lwt
  19. pb
  20. pb-plugin
  21. piaf
  22. received < "0.3.0"
  23. ssh-agent = "0.2.0" | = "0.3.0"
  24. tldr < "0.3.0"
  25. typebeat >= "0.3"
  26. unstrctrd < "0.2"
  27. uuuu < "0.3.0"
  28. vcaml < "v0.14.0"
  29. websocketaf

Conflicts

None