diff options
author | Julien Roy <julien@jroy.ca> | 2024-01-03 18:50:55 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-01-03 18:50:55 -0500 |
commit | 6fc9651c2111e8b048fe45778ebe83b57b04c7a4 (patch) | |
tree | ddc407aa099892fb99ed9ecc7f641177f9a0280e /dev-libs/opendht/metadata.xml | |
parent | 2f51663d691559aae300b3d980847181446b907a (diff) | |
download | MrRoy-Overlay-6fc9651c2111e8b048fe45778ebe83b57b04c7a4.tar.gz MrRoy-Overlay-6fc9651c2111e8b048fe45778ebe83b57b04c7a4.tar.bz2 MrRoy-Overlay-6fc9651c2111e8b048fe45778ebe83b57b04c7a4.zip |
dev-libs:/* treeclean
Diffstat (limited to 'dev-libs/opendht/metadata.xml')
-rw-r--r-- | dev-libs/opendht/metadata.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/opendht/metadata.xml b/dev-libs/opendht/metadata.xml deleted file mode 100644 index 9d4cd8b..0000000 --- a/dev-libs/opendht/metadata.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>julien@jroy.ca</email> - <name>Julien Roy</name> - </maintainer> - <longdescription> - OpenDHT provides an easy to use distributed in-memory data store. Every node in the network can read and write values to the store. Values are distributed over the network, with redundancy. - - Lightweight and scalable, designed for large networks and small devices - High resilience to network disruption - Public key cryptography layer providing optional data signature and encryption (using GnuTLS) - IPv4 and IPv6 support - Clean and powerful C++17 map API - Bindings for C, Rust and Python 3 - REST API with optional HTTP client+server with push notification support - </longdescription> - <upstream> - <changelog>https://github.com/savoirfairelinux/opendht/releases</changelog> - <doc>https://github.com/savoirfairelinux/opendht/wiki</doc> - <bugs-to>https://github.com/savoirfairelinux/opendht/issues</bugs-to> - </upstream> - <use> - <flag name="api">Enable DHT proxy server</flag> - <flag name="tools">Enable DHT tools</flag> - </use> -</pkgmetadata> |