Source: mm Section: devel Priority: optional Maintainer: Mark Brown Build-Depends: debhelper (>= 9), autotools-dev, dpkg-dev (>= 1.16.1) Standards-Version: 3.9.4 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: libmm-dbg Section: debug Architecture: any Depends: libmm14 (= ${binary:Version}), ${misc:Depends} 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.