File: META

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

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