File: control

package info (click to toggle)
libcpuset 1.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,108 kB
  • ctags: 424
  • sloc: ansic: 2,553; sh: 786; makefile: 58
file content (30 lines) | stat: -rw-r--r-- 1,259 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
Source: libcpuset
Priority: optional
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Build-Depends: debhelper (>= 7), automake, autoconf, libtool, libbitmask-dev
Standards-Version: 3.8.0
Section: libs
Homepage: http://oss.sgi.com/projects/cpusets/

Package: libcpuset-dev
Section: libdevel
Architecture: any
Depends: libcpuset1 (= ${binary:Version}), libbitmask-dev
Description: header files and docs for libcpuset
 Contains the header files and documentation for libcpuset
 for use in developing applications that use the libcpuset library.
 .
 The Cpuset System is a processor and memory placement mechanism that
 enables a system administrator to confine tasks to running on
 certain CPUs, and to allocating memory on certain Memory Nodes.
 The libcpuset library provides a convenient 'C' API to cpusets.

Package: libcpuset1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libbitmask1
Description: assigns a set of CPUs and Memory Nodes to a set of tasks
 The Cpuset System is a processor and memory placement mechanism that
 enables a system administrator to confine tasks to running on
 certain CPUs, and to allocating memory on certain Memory Nodes.
 The libcpuset library provides a convenient 'C' API to cpusets.