File: control

package info (click to toggle)
mm 1.3.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,624 kB
  • ctags: 203
  • sloc: sh: 10,870; ansic: 1,453; makefile: 144
file content (32 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download
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 (>> 4.0.0), autotools-dev
Standards-Version: 3.6.1

Package: libmm-dev
Section: libdevel
Architecture: any
Depends: libmm13 (= ${Source-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: libmm13
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.