aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-uutf/pkg-descr
diff options
context:
space:
mode:
authorVeniamin Gvozdikov <vg@FreeBSD.org>2015-08-05 18:31:18 +0000
committerVeniamin Gvozdikov <vg@FreeBSD.org>2015-08-05 18:31:18 +0000
commit3b1b38789702d75ca5604818abb73aa9c66cae8b (patch)
tree51d38cf3c09c44c47c3a848b465e34805262a358 /devel/ocaml-uutf/pkg-descr
parent0cb6c741cee8a628a0b067154e3cc958ad0c4367 (diff)
downloadports-3b1b38789702d75ca5604818abb73aa9c66cae8b.tar.gz
ports-3b1b38789702d75ca5604818abb73aa9c66cae8b.zip
Notes
Diffstat (limited to 'devel/ocaml-uutf/pkg-descr')
-rw-r--r--devel/ocaml-uutf/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ocaml-uutf/pkg-descr b/devel/ocaml-uutf/pkg-descr
new file mode 100644
index 000000000000..a014d3114c69
--- /dev/null
+++ b/devel/ocaml-uutf/pkg-descr
@@ -0,0 +1,11 @@
+Uutf is an non-blocking streaming Unicode codec for OCaml to decode and
+encode the UTF-8, UTF-16, UTF-16LE and UTF-16BE encoding schemes. It
+can efficiently work character by character without blocking on IO.
+Decoders perform character position tracking and support newline
+normalization.
+
+Functions are also provided to fold over the characters of UTF encoded
+OCaml string values and to directly encode characters in OCaml Buffer.t
+values.
+
+WWW: http://erratique.ch/software/uutf