opam-version: "2.0"
maintainer: "ygrek@autistici.org"
homepage: "http://mjambon.com/micmatch.html"
doc: ["http://mjambon.com/mikmatch-manual.html"]
bug-reports: "https://github.com/mjambon/mikmatch/issues"
dev-repo: "git://github.com/mjambon/mikmatch.git"
authors: [ "Martin Jambon" ]
build: [
  [make]
]
install: [
  [make "install"]
]
remove: [["ocamlfind" "remove" "mikmatch_pcre"]]
depends: [
  "ocaml" {>= "4.00" & < "4.01"}
  "ocamlfind" {build}
  "camlp4" {build}
  "pcre" {= "7.0.4"}
]
synopsis: "OCaml syntax extension for regexps"
flags: light-uninstall
url {
  src: "https://github.com/mjambon/mikmatch/archive/v1.0.6.tar.gz"
  checksum: "md5=180854a13780a4db850c0d4bd646a9c1"
}
