opam-version: "2.0"
maintainer: "markus.mottl@gmail.com"
authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
homepage: "http://mmottl.github.io/pcre-ocaml"
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"}
]
dev-repo: "git://github.com/mmottl/pcre-ocaml"
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/archive/v7.0.3.tar.gz"
  checksum: "md5=c55c6d1bf57da67f97aa7ad4a1d14f4b"
}
