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.
|