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
|
Source: mm
Section: devel
Maintainer: Mark Brown <broonie@debian.org>
Standards-Version: 3.5.4
Build-Depends: autotools-dev, debhelper
Package: libmm11-dev
Architecture: any
Depends: libmm11, libc6-dev
Provides: libmm-dev
Conflicts: libmm-dev
Priority: extra
Description: Shared memory library - development
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 includes the development files required to compile
programs that use the library.
Package: libmm11
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Priority: optional
Description: Shared memory library
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 includes the runtime libraries required to run programs
dynamically linked against the library.
|