summaryrefslogtreecommitdiff
path: root/dev-python/rencode/metadata.xml
blob: 5dba6690ce55fc0dd35f2e70c5cc0cc7fa9cb736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>python@gentoo.org</email>
  <name>Python</name>
 </maintainer>
 <longdescription lang="en">
	The rencode module is similar to bencode from the BitTorrent project. For
	complex, heterogeneous data structures with many small elements, r-encodings
	take up significantly less space than b-encodings. This version of rencode is
	a complete rewrite in Cython to attempt to increase the performance over the
	pure Python module written by Petru Paler, Connelly Barnes et al.
	</longdescription>
 <upstream>
  <remote-id type="cpe">cpe:/a:rencode_project:rencode</remote-id>
 </upstream>
 <origin>gentoo-staging</origin>
</pkgmetadata>