File: control

package info (click to toggle)
lwp 2.3%2Bdebian-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,808 kB
  • ctags: 613
  • sloc: sh: 9,024; ansic: 2,923; asm: 684; makefile: 122
file content (26 lines) | stat: -rw-r--r-- 870 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
Source: lwp
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 4.0), dpatch, autotools-dev
Standards-Version: 3.7.2

Package: liblwp2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Light Weight Processes library
 The LWP userspace threads library. The LWP threads library is used by the Coda
 distributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (a remote
 procedure call library).

Package: liblwp-dev
Section: libdevel
Architecture: any
Depends: liblwp2 (= ${Source-Version})
Description: Light Weight Processes library (development)
 The LWP userspace threads library. The LWP threads library is used by the Coda
 distributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (a remote
 procedure call library).
 .
 This package contains the development files.