opam-version: "2.0"
maintainer: "ygrek@autistici.org"
homepage: "https://mjambon.github.io/mjambon2016/micmatch.html"
doc: ["https://mjambon.github.io/mjambon2016/mikmatch-manual.html"]
bug-reports: "https://github.com/mjambon/mikmatch/issues"
dev-repo: "git://github.com/mjambon/mikmatch.git"
authors: [ "Martin Jambon" ]
build: [
  [make "str"]
  [make] {pcre:installed}
]
install: [
  [make "install-str"]
  [make "install"] {pcre:installed}
]
depends: [
  "ocaml" {>= "4.07"}
  "ocamlfind" {build}
  "camlp4"
  "tophide" {>= "1.0.2"}
]
depopts: [
  "pcre"
]
conflicts: [
  "pcre" {< "7.2.3"}
]
synopsis: "OCaml syntax extension for regexps"
url {
  src: "https://github.com/mjambon/mikmatch/releases/download/v1.0.9/mikmatch-1.0.9.tar.gz"
  checksum: [
    "md5=d975558ba0707df415d814308a3e92d6"
    "sha256=96431fce84a519f53a8c15931701fe3a6bed410bbe169f82d35d30e977b3acff"
    "sha512=dcf62f67b01f039e0510446267f3d4b965daa6507631da71c8562f7eeedebf9859403d0be7a2e217365af95bb818d05de38ab4987d900a4050a1c5403a66fa5c"
  ]
}
