opam-version: "2.0"
maintainer: "vb@luminar.eu.org"
authors: "Jeremie Dimino"
homepage: "https://github.com/vbmithr/ocaml-text"
bug-reports: "https://github.com/vbmithr/ocaml-text/issues"
build: [
  [make "setup.exe"]
  ["./setup.exe" "-configure" "--%{pcre:enable}%-pcre"]
  [make]
]
remove: [["ocamlfind" "remove" "text"]]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "base-bytes"
  "ocamlbuild" {build}
  "camlp4"
]
depopts: ["pcre"]
dev-repo: "git://github.com/vbmithr/ocaml-text"
install: [make "install"]
synopsis:
  "Library for dealing with \"text\", i.e. sequence of unicode characters, in a convenient way"
flags: light-uninstall
url {
  src: "https://github.com/vbmithr/ocaml-text/archive/0.8.tar.gz"
  checksum: "md5=ec96a60a0c9dad44ce47d76764a303e6"
}
