mdds 2.1.1-1 source package in Ubuntu

Changelog

mdds (2.1.1-1) experimental; urgency=medium

  * New upstream version 2.1.1

 -- Rene Engelhard <email address hidden>  Tue, 02 May 2023 19:10:18 +0200

Upload details

Uploaded by:
Debian OpenOffice Team
Uploaded to:
Experimental
Original maintainer:
Debian OpenOffice Team
Architectures:
all
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libdevel

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mdds_2.1.1-1.dsc 2.0 KiB 9e8f06251b945a4fc5bdf3b3495729b8aef7aedbeb79507d4e299a9a61286bd4
mdds_2.1.1.orig.tar.xz 528.1 KiB 1483d90cefb8aa4563c4d0a85cb7b243aa95217d235d422e9ca6722fd5b97e56
mdds_2.1.1-1.debian.tar.xz 5.4 KiB 163c7ffc04f886a7b65d71596f999baa18e04918356967db9aa8aa2425133d6e

Available diffs

No changes file available.

Binary packages built by this source

libmdds-dev: Multi Dimension Data structure library -- headers

 A collection of multi-dimensional data structure and indexing algorithm.
 .
 This is a C++ library, and is a collection of various data structures designed
 to efficiently store and query multi-dimensional data for various
 filtering criteria. Different structures are optimized for different
 query needs.
 .
 This library is a source-code only library. It’s designed to be
 header-only meaning that the user program does not need to link to any
 additional shared library in order to use these data structures. The
 data structures are all available as C++ templates.

libmdds-doc: Multi Dimension Data structure library -- documentation

 A collection of multi-dimensional data structure and indexing algorithm.
 .
 This is a C++ library, and is a collection of various data structures designed
 to efficiently store and query multi-dimensional data for various
 filtering criteria. Different structures are optimized for different
 query needs.
 .
 This library is a source-code only library. It’s designed to be
 header-only meaning that the user program does not need to link to any
 additional shared library in order to use these data structures. The
 data structures are all available as C++ templates.
 .
 This package contains the API documentation for mdds.