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.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.5.tar.gz"
  checksum: "md5=a54f27f7db6e4d460aad852b9ce90f1e"
}
