diff options
Diffstat (limited to 'dev-python/rencode/metadata.xml')
| -rw-r--r-- | dev-python/rencode/metadata.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/rencode/metadata.xml b/dev-python/rencode/metadata.xml index ee82695583dc..92c06103bad1 100644 --- a/dev-python/rencode/metadata.xml +++ b/dev-python/rencode/metadata.xml @@ -2,12 +2,12 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <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> + 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> |
