File: META

package info (click to toggle)
ocaml-uunf 17.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 536 kB
  • sloc: ml: 6,638; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
description = "Unicode text normalization for OCaml"
version = "17.0.0"
requires = ""
archive(byte) = "uunf.cma"
archive(native) = "uunf.cmxa"
plugin(byte) = "uunf.cma"
plugin(native) = "uunf.cmxs"
exists_if = "uunf.cma uunf.cmxa"

package "string" (
  description = "The uunf.string library (deprecated)"
  version = "17.0.0"
  requires = "uunf"
  exports = "uunf"
  warning = "Deprecated, use the uunf library."
)