opam-version: "2.0"
maintainer: "rudi.grinberg@gmail.com"
authors: ["Rudi Grinberg"]
license: "LGPL-2.0-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/rgrinberg/humane-re"

build: [
  [make "configure-no-tests"]
  [make "build"]
]
remove: [
  ["ocamlfind" "remove" "humane_re"]
]

depends: [
  "ocaml" {>= "4.01.0" & < "4.06.0"}
  "ocamlfind"
  "oasis"
  "re"
  "ounit"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/rgrinberg/humane-re"
install: [make "install"]
synopsis: "A human friendly interface to regular expressions in OCaml"
flags: light-uninstall
url {
  src: "https://github.com/rgrinberg/humane-re/archive/v0.0.3.tar.gz"
  checksum: "md5=81d4b69c398bd02e7039f856888aa66a"
}
