opam-version: "2.0"
maintainer: "mmouratov@gmail.com"
build: [make "build"]
remove: [["ocamlfind" "remove" "mparser"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "pcre"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/cakeplus/mparser"
install: [make "install"]
synopsis: "A simple monadic parser combinator library"
description: """
This library implements a rather complete and efficient monadic
parser combinator library similar to the Parsec library for Haskell by Daan
Leijen and the FParsec library for FSharp by Stephan Tolksdorf."""
flags: light-uninstall
url {
  src: "https://github.com/cakeplus/mparser/archive/1.0.tar.gz"
  checksum: "md5=36ba9257179c1c13884d713131169141"
}
