[Pkg-ocaml-maint-commits] [SCM] ocaml-text packaging branch, master, updated. debian/0.2-1-1-gb22c074

Stephane Glondu steph at glondu.net
Sun May 10 00:32:55 UTC 2009


The following commit has been merged in the master branch:
commit b22c0741e9b3d70f46c0653eba8327a55a6b60ba
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun May 10 02:32:50 2009 +0200

    Improve the long description

diff --git a/debian/control b/debian/control
index 80cb77d..4c1c506 100644
--- a/debian/control
+++ b/debian/control
@@ -25,17 +25,16 @@ Recommends: ocaml-findlib
 Description: library for dealing with sequences of Unicode characters
  OCaml-Text is an OCaml library for dealing with "text", i.e. sequences
  of Unicode characters, in a convenient way. It supports:
-  * easy encoding/decoding of text;
-  * a lot of functions for manipulation of UTF-8 encoded strings;
+  * encoding/decoding of text;
+  * functions for manipulation of UTF-8 encoded strings, such as
+    validation and most of the functions from "List" and "String"
+    modules of the OCaml standard library, adapted for UTF-8 strings;
   * locale-specific text functions (compare, upper, is_alpha, ...).
  .
- It is composed of only two modules:
+ It is composed of two modules:
   * "Encoding" for encoding/decoding text
   * "Text" for text manipulation
  .
- OCaml-Text is designed to be easy to use and interacts well with other
- projects.
- .
  This package contains all the development stuff you need to use the
  OCaml-Text library in your programs.
 
@@ -47,8 +46,7 @@ Depends:
  ${misc:Depends}
 Description: runtime libraries of OCaml-Text
  OCaml-Text is an OCaml library for dealing with "text", i.e. sequences
- of Unicode characters, in a convenient way. OCaml-Text is designed to
- be easy to use and interacts well with other projects.
+ of Unicode characters, in a convenient way.
  .
  This package contains runtime libraries (shared stub library,
  bytecode plugin and native code plugin if available).

-- 
ocaml-text packaging



More information about the Pkg-ocaml-maint-commits mailing list