Use https by default
[gentoo.git] / dev-haskell / text-icu / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>haskell</herd>
5         <longdescription>
6                 Haskell bindings to the International Components for Unicode (ICU)
7                 libraries.  These libraries provide robust and full-featured Unicode
8                 services on a wide variety of platforms.
9                 
10                 Features include:
11                 
12                 * Both pure and impure bindings, to allow for fine control over efficiency
13                 and ease of use.
14                 
15                 * Breaking of strings on character, word, sentence, and line boundaries.
16                 
17                 * Access to the Unicode Character Database (UCD) of character metadata.
18                 
19                 * String collation functions, for locales where the conventions for
20                 lexicographic ordering differ from the simple numeric ordering of
21                 character codes.
22                 
23                 * Character set conversion functions, allowing conversion between
24                 Unicode and over 220 character encodings.
25                 
26                 * Unicode normalization.  (When implementations keep strings in a
27                 normalized form, they can be assured that equivalent strings have a
28                 unique binary representation.)
29                 
30                 * Regular expression search and replace.
31         </longdescription>
32         <upstream>
33                 <remote-id type="github">bos/text-icu</remote-id>
34         </upstream>
35 </pkgmetadata>