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
|
Source: mm
Section: devel
Priority: optional
Maintainer: Mark Brown <broonie@debian.org>
Build-Depends: debhelper (>> 5.0.0), autotools-dev
Standards-Version: 3.7.3
Package: libmm-dev
Section: libdevel
Architecture: any
Depends: libmm14 (= ${binary:Version})
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: libmm-dbg
Section: libdevel
Architecture: any
Depends: libmm14 (= ${binary:Version})
Priority: extra
Description: Shared memory library - debugging symbols
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 debugging symbols for the library to aid
debugging of programs that use it.
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.
|