File: control

package info (click to toggle)
mm 1.1.3-6.3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 672 kB
  • ctags: 188
  • sloc: sh: 8,160; ansic: 1,402; makefile: 198
file content (34 lines) | stat: -rw-r--r-- 1,153 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
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.