diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-10-30 12:22:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-11-10 20:18:03 +0100 |
commit | c07389aed20a989506465a2af7f101ab751f6c51 (patch) | |
tree | 62183e8657e3dc71110e13efd43b6090093c9145 /dev-libs/libuninum/metadata.xml | |
parent | kde5-functions.eclass: Drop obsolete kde-plasma-5.12 minimum deps (diff) | |
download | gentoo-c07389aed20a989506465a2af7f101ab751f6c51.tar.gz gentoo-c07389aed20a989506465a2af7f101ab751f6c51.tar.bz2 gentoo-c07389aed20a989506465a2af7f101ab751f6c51.zip |
dev-libs/libuninum: New package
This is a library for converting unicode strings to numbers
and numbers to unicode strings.
Closes: https://bugs.gentoo.org/667154
Needed-by: https://bugs.gentoo.org/154528
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libuninum/metadata.xml')
-rw-r--r-- | dev-libs/libuninum/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-libs/libuninum/metadata.xml b/dev-libs/libuninum/metadata.xml new file mode 100644 index 000000000000..0db8928175d3 --- /dev/null +++ b/dev-libs/libuninum/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>ck+gentoo@bl4ckb0x.de</email> + <name>Conrad Kostecki</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + This is a library for converting unicode strings to numbers and numbers to unicode strings. + Standard functions like strtoul, strtod, and sprintf do this for numbers written in the + usual western number system using the indo-arabic numerals, but they do not handle other number systems. + The main functions take as input a UTF-32 unicode string and compute the corresponding unsigned integer. + </longdescription> +</pkgmetadata> |