opendht 2.3.1-3 source package in Ubuntu

Changelog

opendht (2.3.1-3) unstable; urgency=medium

  * Collab-maint upload with maintainer approval.

  * Updated standards version from 4.5.0 to 4.6.2.  No changes needed.
  * Switched build dependency libncurses5-dev to libncurses-dev.
  * Corrected notation for new uploader.
  * Added pkgconfig-extras.patch with libraries needed to link
    simple C++ client.
  * Added simple autopkgtest C++ build test.

 -- Petter Reinholdtsen <email address hidden>  Mon, 26 Dec 2022 07:55:50 +0100

Upload details

Uploaded by:
Alexandre Viau
Uploaded to:
Sid
Original maintainer:
Alexandre Viau
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
opendht_2.3.1-3.dsc 2.1 KiB 2938ccf0d29d80b5a53927bb88d0ddb11f84bc9c255507e96eb5580a7b86f477
opendht_2.3.1.orig.tar.gz 459.7 KiB 9a75db4f119761d6524964b27d3a49aa809a6cb08bde963edc2f338458433c78
opendht_2.3.1-3.debian.tar.xz 7.4 KiB 6bfcc986f802a7c07cd934a1bb3cb0f7c392ec9b67f23714fb0bda3f9011ed9d

Available diffs

No changes file available.

Binary packages built by this source

dhtnode: OpenDHT node binary

 OpenDHT is a lightweight C++17 Distributed Hash Table implementation.
 .
 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.
 .
 Overview of features:
  * 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 and Python 3
  * REST API with optional HTTP client+server with push notification
    support
 .
 This package contains the dhtnode binary.

dhtnode-dbgsym: debug symbols for dhtnode
libopendht-dev: Development files for the libopendht library

 OpenDHT is a lightweight C++17 Distributed Hash Table implementation.
 .
 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.
 .
 Overview of features:
  * 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 and Python 3
  * REST API with optional HTTP client+server with push notification
    support
 .
 This package contains the C++ library headers and other
 development files.