1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: xenium
Standards-Version: 4.7.2
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
Steffen Moeller <moeller@debian.org>,
Section: science
Build-Depends:
debhelper-compat (= 13),
libboost-dev,
# OPTIONAL libcds-dev,
tao-json-dev,
tao-config-dev,
cmake,
doxygen,
googletest,
Vcs-Browser: https://salsa.debian.org/med-team/xenium
Vcs-Git: https://salsa.debian.org/med-team/xenium.git
Homepage: https://github.com/mpoeter/xenium/
Package: libxenium-dev
Architecture: any-amd64
Section: libdevel
Depends:
${misc:Depends},
Description: 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)
Package: libxenium-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
Enhances:
libxenium-dev,
Description: 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.
|