description = "Unicode text segmentation for OCaml"
version = "%%VERSION_NUM%%"
requires = "uucp"
archive(byte) = "uuseg.cma"
archive(native) = "uuseg.cmxa"
plugin(byte) = "uuseg.cma"
plugin(native) = "uuseg.cmxs"

package "string" (
  warning = "Deprecated. Use the uuseg library, the Uuseg_string module has moved there."
  requires = "uuseg"
)