opam-version: "2.0"
maintainer: "markus.mottl@gmail.com"
authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
homepage: "http://mmottl.github.io/pcre-ocaml"
dev-repo: "git+https://github.com/mmottl/pcre-ocaml.git"
bug-reports: "https://github.com/mmottl/pcre-ocaml/issues"
build: make
remove: [["ocamlfind" "remove" "pcre"]]
depends: [
  "ocaml" {>= "3.12" & < "4.06.0"}
  "ocamlfind"
  "conf-libpcre"
  "ocamlbuild" {build & != "0.9.0"}
]
install: [make "install"]
synopsis:
  "Interface to the PCRE (Perl-compatibility regular expressions) library"
description: """
This OCaml-library interfaces the C-library PCRE (Perl-compatibility
Regular Expressions). It can be used for matching regular expressions
which are written in "PERL"-style."""
flags: light-uninstall
url {
  src:
    "https://github.com/mmottl/pcre-ocaml/releases/download/v7.1.1/pcre-ocaml-7.1.1.tar.gz"
  checksum: "md5=7e5193553778803af71cc6a3cea242cc"
}
