File: control

package info (click to toggle)
modglue 1.17-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 656 kB
  • sloc: cpp: 4,011; sh: 193; makefile: 137
file content (40 lines) | stat: -rw-r--r-- 1,416 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
Source: modglue
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Homepage: http://www.aei.mpg.de/~peekas/modglue/
Build-Depends:
 debhelper (>= 10),
 pkg-config,
 libsigc++-2.0-dev,
 libtool,
 libtool-bin,
 chrpath,
Standards-Version: 3.9.8

Package: libmodglue1-dev
Section: libdevel
Architecture: any
Depends: libmodglue1v5 (= ${binary:Version}), ${misc:Depends}
Description: development files for a C++ library for handling of multiple co-processes
 Modglue is a C++ library with classes for forking external
 processes and asynchronous reading from streams. It takes
 away the burden of all subtleties involving the Unix fork
 call. The asynchronous read facility enables one to read on
 multiple input streams at the same time, without losing any
 of the standard C++ stream facilities.
 .
 This package contains the development header files.

Package: libmodglue1v5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libmodglue1
Replaces: libmodglue1
Description: C++ library for handling of multiple co-processes
 Modglue is a C++ library with classes for forking external
 processes and asynchronous reading from streams. It takes
 away the burden of all subtleties involving the Unix fork
 call. The asynchronous read facility enables one to read on
 multiple input streams at the same time, without losing any
 of the standard C++ stream facilities.