软件包:libprocess-cpp3(3.0.1-5 以及其他的)
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.
其他与 libprocess-cpp3 有关的软件包
|
|
|
|
-
- dep: libboost-iostreams1.67.0
- Boost.Iostreams Library
-
- dep: libboost-regex1.67.0 (>= 1.67.0-10)
- regular expression library for C++
-
- dep: libboost-system1.67.0
- Operating system (e.g. diagnostics support) library
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.7) [armhf, i386]
-
- dep: libgcc1 (>= 1:3.0) [除 armhf]
- GCC 支持库
- dep: libgcc1 (>= 1:3.5) [armhf]
-
- dep: libstdc++6 (>= 5.2)
- GNU 标准 C++ 库,第3版