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
|
Source: mm
Section: devel
Priority: optional
Maintainer: Mark Brown <broonie@debian.org>
Build-Depends: debhelper (>= 13), autotools-dev, dpkg-dev (>= 1.16.1)
Standards-Version: 4.5.0
Package: libmm-dev
Section: libdevel
Architecture: any
Depends: libmm14 (= ${binary:Version}), ${misc:Depends}
Description: Shared memory library - development files
OSSP mm is a two layer abstraction library which simplifies the use of
shared memory between forked (and therefore closely related) processes.
It hides all platform-dependent aspects of the process from the user
and provides a malloc(3)-style API.
.
This package contains the development files required to compile
programs that use mm.
Package: libmm14
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Shared memory library - runtime
OSSP mm is a two layer abstraction library which simplifies the use of
shared memory between forked (and therefore closely related) processes.
It hides all platform-dependent aspects of the process from the user
and provides a malloc(3)-style API.
.
This package contains the runtime libraries required to run programs
dynamically linked against mm.
|