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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
Source: process-cpp
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
cmake,
debhelper (>= 11),
doxygen,
graphviz,
libboost-dev,
libboost-iostreams-dev,
libboost-system-dev,
libproperties-cpp-dev,
pkg-config
Standards-Version: 4.1.5
Section: libs
Homepage: https://launchpad.net/process-cpp
Vcs-Git: https://salsa.debian.org/lamby/pkg-process-cpp.git
Vcs-Browser: https://salsa.debian.org/lamby/pkg-process-cpp
Package: libprocess-cpp3
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: C++11 library for handling processes (runtime libraries)
process-cpp is a simple and straightforward wrapper around process creation
and control. It helps both with handling child processes and with interacting
with the current process. Some of its features include:
.
- Thread-safe get/set/unset operation on the current process's environment.
- Throwing and non-throwing overloads of functions when system calls are
involved.
- Seamless redirection of input, output and error streams of child processes.
- Type-safe interaction with the virtual proc filesystem, both for reading &
writing.
.
The library's main purpose is to assist in testing and when a software
component needs to carry out process creation/control tasks, e.g., a graphical
shell. To this end, the library is extensively tested and tries to ensure
fail-safe operation as much as possible.
.
This package includes the process-cpp runtime libraries.
Package: libprocess-cpp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Recommends:
libprocess-cpp-doc
Depends:
libprocess-cpp3 (= ${binary:Version}),
libproperties-cpp-dev,
${misc:Depends}
Description: C++11 library for handling processes (dev headers and libraries)
process-cpp is a simple and straightforward wrapper around process creation
and control. It helps both with handling child processes and with interacting
with the current process. Some of its features include:
.
- Thread-safe get/set/unset operation on the current process's environment.
- Throwing and non-throwing overloads of functions when system calls are
involved.
- Seamless redirection of input, output and error streams of child processes.
- Type-safe interaction with the virtual proc filesystem, both for reading &
writing.
.
This package includes all the development headers and libraries for
process-cpp.
Package: libprocess-cpp-doc
Section: doc
Architecture: all
Depends:
${misc:Depends}
Suggests:
libprocess-cpp-dev
Description: C++11 library for handling processes (documentation)
process-cpp is a simple and straightforward wrapper around process creation
and control. It helps both with handling child processes and with interacting
with the current process. Some of its features include:
.
- Thread-safe get/set/unset operation on the current process's environment.
- Throwing and non-throwing overloads of functions when system calls are
involved.
- Seamless redirection of input, output and error streams of child processes.
- Type-safe interaction with the virtual proc filesystem, both for reading &
writing.
.
This package includes documentation files for the libprocess-cpp development.
|