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.02.0"}
  "ocamlfind"
  "oasis"
  "re"
  "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.1.0.tar.gz"
  checksum: "md5=37c4f3b15c287766e1f2dc90cac76de9"
}
