mdds 2.0.3-ok1 source package in openKylin

Changelog

mdds (2.0.3-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- zhouganqing <email address hidden>  Mon, 07 Nov 2022 15:38:35 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Debian LibreOffice Maintainers
Architectures:
all
Section:
libdevel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main libdevel
Yangtze V1.0 proposed main libdevel

Downloads

File Size SHA-256 Checksum
mdds_2.0.3.orig.tar.bz2 504.4 KiB 9771fe42e133443c13ca187253763e17c8bc96a1a02aec9e1e8893367ffa9ce5
mdds_2.0.3-ok1.debian.tar.xz 3.5 KiB b17e1e97eaf3e1ef1468c678542c4f93b61c15159792a791e43671e2a43089ac
mdds_2.0.3-ok1.dsc 1.8 KiB c86a29bb5dbc028fc39cd1a3328bcceaa6f4fb9d67af1c224cebd44ccf9c3cae

Available diffs

View changes file

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.