]> Pileus Git - ~andy/sunrise/blob - dev-cpp/stringencoders/metadata.xml
Remove <herd>no-herd</herd>.
[~andy/sunrise] / dev-cpp / stringencoders / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4   <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
5   <longdescription lang="en">A collection of high performance c-string transformations, frequently 2x faster than standard implementations (if they exist at all).
6     including
7         * base64, standard
8         * base64, web/url safe, with configurable alphabet
9         * base85 (good for http cookies)
10         * base16 (hex)
11         * base2 (ascii binary)
12         * url escaping
13         * javascript string escaping
14         * fast number to string conversion, 4-22x faster than sprintf!
15         * fast ascii upper/lower case conversion, 2-66x faster than stdlib! (yes, 66x faster) 
16   </longdescription>
17 </pkgmetadata>