xenium 0.0.2+ds-7 source package in Ubuntu

Changelog

xenium (0.0.2+ds-7) unstable; urgency=medium

  * Team upload.

  [ Adrian Bunk ]
  * Don't build the tests with -Werror
    Closes: #1016263

  [ Andreas Tille ]
  * Standards-Version: 4.6.1 (routine-update)

 -- Andreas Tille <email address hidden>  Wed, 14 Sep 2022 07:57:21 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any-amd64 all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xenium_0.0.2+ds-7.dsc 2.1 KiB 791cf343a20e83b29b5e864f1059f11bfed343f7f43681e2247fbff7eb3b279f
xenium_0.0.2+ds.orig.tar.xz 114.3 KiB a85b4fa84b873bd96b73201b2d50e8ef35b433855c59116462f2e6b0b3d22ac4
xenium_0.0.2+ds-7.debian.tar.xz 5.5 KiB 9300c43be9a986d95d1603bbd5123ccd600288fcdaf3631d7082c0c63fd70348

Available diffs

No changes file available.

Binary packages built by this source

libxenium-dev: concurrent data structures and memory reclamation algorithms

 xenium is a header-only library that provides a collection of concurrent
 data structures and memory reclamation algorithms. The data structures
 are parameterized so that they can be used with various reclamation
 schemes (similar to how the STL allows customization of allocators).
 .
  * header only
  * highly customizable
  * no initialization code needed
  * supports dynamic number of threads (no fixed compile time
    specification)

libxenium-doc: HTML documentation for the xenium library

 xenium is a header-only library that provides a collection of concurrent
 data structures and memory reclamation algorithms. The data structures
 are parameterized so that they can be used with various reclamation
 schemes (similar to how the STL allows customization of allocators).
 .
  * header only
  * highly customizable
  * no initialization code needed
  * supports dynamic number of threads (no fixed compile time
    specification)
 .
 This package contains the documentation for libxenium as well as some
 benchmarking and testing code.