mdds 2.0.2-1 source package in Ubuntu

Changelog

mdds (2.0.2-1) unstable; urgency=medium

  * New upstream version 2.0.2

 -- Rene Engelhard <email address hidden>  Fri, 18 Feb 2022 08:37:45 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe libdevel

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mdds_2.0.2-1.dsc 2.0 KiB 5d2258052b16f3e8ea014c33ff39b69dc08ccf2b84832da741f41cc10c59e333
mdds_2.0.2.orig.tar.bz2 500.3 KiB 13211f2f2e387ef3b74d73a1dcee52a1ad5ce06df8f8e6647679df9278a3116a
mdds_2.0.2-1.debian.tar.xz 5.3 KiB ac101fdf58d8fa0323be972d498b9aa679597cd9296994e3e11de5bdd94805ef

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.