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.

Published: 02 Oct 2020

Dependencies (7)

  1. ocaml-syntax-shims build
  2. ppx_let with-test & >= "0.14.0"
  3. result
  4. bigstringaf
  5. alcotest with-test & >= "0.8.1"
  6. dune >= "1.8"
  7. ocaml >= "4.04.0"

Reverse Dependencies (52)

  1. angstrom-async >= "0.11.0"
  2. angstrom-lwt-unix
  3. angstrom-unix >= "0.11.0"
  4. ansi-parse >= "0.4.0"
  5. biotk
  6. camyll >= "0.3.0"
  7. caqti >= "1.7.0"
  8. coin < "0.1.3"
  9. colombe >= "0.3.0"
  10. comby < "1.7.0"
  11. comby-kernel < "1.7.0"
  12. confero
  13. coq-of-ocaml >= "2.5.3+4.12"
  14. dap
  15. decimal >= "0.1.1"
  16. dream < "1.0.0~alpha3"
  17. dream-httpaf
  18. earlybird < "1.0.0"
  19. email_message >= "v0.14.0"
  20. emile >= "0.9"
  21. encore >= "0.5"
  22. fit
  23. git >= "2.1.3"
  24. h2 != "0.5.0"
  25. hpack
  26. http-cookie >= "4.0.0"
  27. http-multipart-formdata >= "3.0.0"
  28. httpaf >= "0.4.1" & != "0.6.6"
  29. httpaf_caged
  30. hxd = "0.2.0"
  31. icalendar >= "0.1.4"
  32. jsonaf
  33. mrmime >= "0.3.0"
  34. multipart_form
  35. multipart_form-lwt
  36. pb-plugin
  37. pf-qubes >= "0.1.1"
  38. piaf
  39. pyml_bindgen
  40. received
  41. SZXX
  42. semver2 >= "1.1.0"
  43. ssh-agent = "0.2.1" | >= "0.3.1"
  44. stramon-lib
  45. timedesc >= "0.8.0"
  46. tldr
  47. unstrctrd
  48. uri >= "4.0.0"
  49. uspf
  50. uuuu < "0.3.0"
  51. vcaml >= "v0.14.0"
  52. xcursor

Conflicts

    None