File: control

package info (click to toggle)
mm 1.4.2-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,692 kB
  • sloc: sh: 11,309; ansic: 1,484; makefile: 145
file content (46 lines) | stat: -rw-r--r-- 1,675 bytes parent folder | download | duplicates (2)
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.