package opal

  1. Overview
  2. Docs
Self-contained monadic parser combinators for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.1.tar.gz
md5=d294e29242d9ac2204dc95bb8d73e61b

Description

Opal is a minimum collection of useful parsers and combinators (~150 loc of OCaml) that makes writing parsers easier. It is designed to be small, self-contained, pure-functional, and only includes most essential parsers, so that one could include single file in the project or just embed it in other OCaml source code files.

Published: 24 Jun 2016

Dependencies (2)

  1. ocamlfind build
  2. ocaml >= "4.01.0" & < "5.0.0"

Dev Dependencies

None

Used by

None

Conflicts

None