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
|
Source: liburcu
Priority: extra
Maintainer: Jon Bernard <jbernard@debian.org>
Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.2), autotools-dev
Standards-Version: 3.9.2
Section: libs
Vcs-Git: git://git.debian.org/git/collab-maint/liburcu.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/liburcu.git;a=summary
Homepage: http://lttng.org/urcu
Package: liburcu-dev
Section: libdevel
Architecture: i386 amd64 powerpc ppc64 powerpcspe s390 s390x sparc alpha armhf
Depends: ${misc:Depends}, liburcu1 (= ${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: liburcu1
Architecture: i386 amd64 powerpc ppc64 powerpcspe s390 s390x sparc alpha armhf
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.
|