File: control

package info (click to toggle)
liburcu 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,628 kB
  • ctags: 2,859
  • sloc: ansic: 20,192; sh: 11,947; makefile: 647
file content (36 lines) | stat: -rw-r--r-- 1,527 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
Source: liburcu
Priority: extra
Maintainer: Jon Bernard <jbernard@debian.org>
Uploaders: Michael Jeanson <mjeanson@ubuntu.com>
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.13.2), dh-autoreconf
Standards-Version: 3.9.8
Section: libs
Vcs-Git: https://anonscm.debian.org/git/collab-maint/liburcu.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/liburcu.git;a=summary
Homepage: http://liburcu.org/

Package: liburcu-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, liburcu4 (= ${binary:Version})
Description: userspace RCU (read-copy-update) library - development files
 This data synchronization library provides read-side access which scales
 linearly with the number of cores. It does so by allowing multiples copies of
 a given data structure to live at the same time, and by monitoring the data
 structure accesses to detect grace periods after which memory reclamation is
 possible.
 .
 Install this package if you wish to develop your own programs using the
 userspace RCU library.

Package: liburcu4
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: userspace RCU (read-copy-update) library
 This data synchronization library provides read-side access which scales
 linearly with the number of cores. It does so by allowing multiples copies of
 a given data structure to live at the same time, and by monitoring the data
 structure accesses to detect grace periods after which memory reclamation is
 possible.