File: control

package info (click to toggle)
xenium 0.0.2%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,088 kB
  • sloc: cpp: 12,297; makefile: 20
file content (54 lines) | stat: -rw-r--r-- 1,958 bytes parent folder | download
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
Source: xenium
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper-compat (= 13),
               libboost-dev,
# OPTIONAL     libcds-dev,
               tao-json-dev,
               tao-config-dev,
               cmake,
               doxygen,
               googletest <!nocheck>
Standards-Version: 4.5.1
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/
Rules-Requires-Root: no

Package: libxenium-dev
Architecture: any-amd64 any-i386 sparc64
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
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.