opam-version: "2.0"
synopsis: "MParser plugin: PCRE-based regular expressions"
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"}
  "mparser"
  "pcre"
]
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"
}
