package parseff

  1. Overview
  2. No Docs
Direct-style parser combinator library for OCaml 5 powered by algebraic effects

Install

dune-project
 Dependency

Authors

Maintainers

Sources

parseff-0.3.0.tbz
sha256=133646bafed8921551767b27ab01aed3106b5c1eaadc86133357901c16ebc5e2
sha512=6da046fdb320999fbc244ea01e02e54c451d926f8bc7cf6a8036b0e576a622d35780712f59aae1e4d6f386289b0040f588123e2ac8290a0e505caf66ff9a94eb

Description

Parseff is a direct-style parser combinator library for OCaml 5 where parsers are plain functions (unit -> 'a), errors are typed via polymorphic variants, and algebraic effects handle control flow, backtracking, and streaming input. Designed for performance with zero-copy span APIs and fused operations.

Published: 25 Mar 2026

Dependencies (3)

  1. uucp >= "16.0.0"
  2. re >= "1.9.0"
  3. ocaml >= "5.3"

Dev Dependencies (12)

  1. mdx with-test
  2. odoc-parser with-doc
  3. odoc >= "3.1.0" & with-doc
  4. ocaml-lsp-server with-dev-setup
  5. ocamlformat >= "0.29.0" & with-dev-setup
  6. mparser with-test
  7. angstrom with-test
  8. benchmark with-test
  9. miou with-test
  10. eio_main with-test
  11. alcotest with-test
  12. dune >= "3.17" & (>= "3.22" & with-doc = "true" | with-doc = "false")

Used by

None

Conflicts

None