mdds 0.10.2-1 source package in Ubuntu

Changelog

mdds (0.10.2-1) experimental; urgency=low


  * New upstream release

 -- Rene Engelhard <email address hidden>  Wed, 12 Feb 2014 15:57:34 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main libdevel

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
mdds_0.10.2-1.dsc 1.8 KiB cd56b06f65498c5f1349999216d53709906f36147306b256c00a3e94e8db2ed5
mdds_0.10.2.orig.tar.bz2 145.0 KiB c0354e53aa0075252ef934ddfe40df3aa07142c15152e2302840601e09498fa4
mdds_0.10.2-1.debian.tar.xz 3.2 KiB 579504807560221ad82d45ee985509c9894c76ddf1b3f327d3e6dd73ec47024e

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.