aboutsummaryrefslogtreecommitdiff
blob: f88bafcdfc544f8fcb30cb5264eb9548e7471b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<description>co-maintainers welcome</description>
		<email>lssndrbarbieri@gmail.com</email>
		<name>Alessandro Barbieri</name>
	</maintainer>
	<longdescription>
		Character String Processing Facilities // A multitude of
		character string/text/natural language processing tools:
		pattern searching (e.g., with 'Java'-like regular expressions
		or the 'Unicode' collation algorithm), random string
		generation, case mapping, string transliteration,
		concatenation, sorting, padding, wrapping, Unicode
		normalisation, date-time formatting and parsing, and many more.
		They are fast, consistent, convenient, and - thanks to 'ICU'
		(International Components for Unicode) - portable across all
		locales and platforms.
	</longdescription>
</pkgmetadata>