opam-version: "2.0"
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."""
maintainer: ["Max Mouratov <mmouratov@gmail.com>"]
authors: [
  "Holger Arnold <holger@harnold.org>" "Max Mouratov <mmouratov@gmail.com>"
]
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/murmour/mparser"
bug-reports: "https://github.com/murmour/mparser/issues"
depends: [
  "dune" {>= "1.11"}
  "ocaml" {>= "4.02"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/murmour/mparser.git"
url {
  src: "https://github.com/murmour/mparser/archive/1.3.tar.gz"
  checksum: "md5=3180cb522747aac876cc93e50ccd8d78"
}
