Source: modglue
Section: libs
Priority: optional
Maintainer: Iulian Udrea <iulian@ubuntu.com>
Uploaders: Kasper Peeters <kasper.peeters@aei.mpg.de>
DM-Upload-Allowed: yes
Homepage: http://www.aei.mpg.de/~peekas/modglue/
Build-Depends: debhelper (>= 7.0.50), pkg-config, libsigc++-2.0-dev, libtool-bin, chrpath
Standards-Version: 3.8.4

Package: libmodglue1-dev
Section: libdevel
Architecture: all
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}
Conflicts: 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.
