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
depends: [
  "ocaml" {>= "3.08" & < "4.06.0"}
  "ocamlfind"
  "conf-libpcre"
]
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."""
url {
  src: "https://github.com/mmottl/pcre-ocaml/archive/v6.2.5.tar.gz"
  checksum: "md5=6b15ccd734db50a9abb9ebaa7c14e1f4"
}
