package opal

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=e9296ec6cd04e2365c49e9fcc0c69b60

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: 11 Apr 2016

Dependencies (3)

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

Dev Dependencies

None

Used by

None

Conflicts

None