opam-version: "2.0"
maintainer: "vb@luminar.eu.org"
build: [
  ["./configure" "--%{pcre:enable}%-pcre"]
  [make]
]
depends: [
  "ocaml" {< "4.03.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
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"
url {
  src: "https://github.com/vbmithr/ocaml-text/archive/0.7.1.tar.gz"
  checksum: "md5=d4de5e1b43a5d7964cf5fa9d74f20c97"
}
