sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / dev-python / rencode / 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-needed -->
5         <longdescription lang="en">
6 The rencode module is similar to bencode from the BitTorrent project. For
7 complex, heterogeneous data structures with many small elements, r-encodings
8 take up significantly less space than b-encodings. This version of rencode is
9 a complete rewrite in Cython to attempt to increase the performance over the
10 pure Python module written by Petru Paler, Connelly Barnes et al.
11 </longdescription>
12         <upstream>
13                 <remote-id type="github">aresch/rencode</remote-id>
14         </upstream>
15 </pkgmetadata>