opam-version: "1.2"
name: "text"
maintainer: "vb@luminar.eu.org"
build: [
  ["./configure" "--%{pcre:enable}%-pcre"]
  [make]
  [make "install"]
]
remove: [["ocamlfind" "remove" "text"]]
depends: ["ocamlfind" {build} "base-bytes"]
depopts: ["pcre"]