mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
11 lines
460 B
Text
11 lines
460 B
Text
A lightweight C++11 Distributed Hash Table implementation originally based on
|
|
https://github.com/jech/dht by Juliusz Chroboczek.
|
|
|
|
* Light and fast C++11 Kademlia DHT library.
|
|
* Distributed shared key->value data-store
|
|
* Clean and powerfull distributed map API with storage of arbitrary binary
|
|
values of up to 56 KB.
|
|
* Optional public key cryptography layer providing data signature and
|
|
encryption (using GnuTLS).
|
|
* IPv4 and IPv6 support.
|
|
* Python binding.
|