package angstrom

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.11.2.tar.gz
sha256=f67e7fad1af4a6cce4cc42dbfbba4224b4cc3775b46612969bf67ee914bcf624
md5=4275bc9b14ab9a42d14c3420cda33947

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 Mar 2019

Dependencies (4)

  1. result
  2. bigstringaf
  3. dune >= "1.0"
  4. ocaml >= "4.03.0"

Dev Dependencies (1)

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

Used by (30)

  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. email_message < "v0.14.0"
  8. emile >= "0.2" & < "0.9"
  9. encore < "0.5"
  10. fluxt >= "0.0.1~beta2"
  11. graphql_parser >= "0.5.0" & < "0.9.0"
  12. h2 < "0.6.0"
  13. hpack
  14. httpaf >= "0.4.1" & < "0.7.0"
  15. hxd < "0.2.0"
  16. mrmime < "0.3.0"
  17. multipart_form-eio
  18. multipart_form-lwt
  19. multipart_form-miou
  20. parseff
  21. pb
  22. pb-plugin
  23. piaf < "0.2.0"
  24. received < "0.3.0"
  25. semver2 < "1.1.0"
  26. ssh-agent >= "0.2.0" & < "0.3.1"
  27. unstrctrd < "0.2"
  28. uuuu < "0.3.0"
  29. vcaml < "v0.14.0"
  30. websocketaf

Conflicts

None