description = "Unicode text normalization for OCaml"
version = "15.1.0"
requires = ""
archive(byte) = "uunf.cma"
archive(native) = "uunf.cmxa"
plugin(byte) = "uunf.cma"
plugin(native) = "uunf.cmxs"

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