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
|
Source: reproc
Section: libs
Priority: optional
Maintainer: Valentin Vidic <vvidic@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
cmake,
Standards-Version: 4.7.2
Homepage: https://github.com/DaanDeMeyer/reproc
Vcs-Browser: https://salsa.debian.org/debian/reproc
Vcs-Git: https://salsa.debian.org/debian/reproc.git
Package: libreproc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libreproc14 (= ${binary:Version}),
libreproc++14 (= ${binary:Version}),
${misc:Depends},
Description: Cross-platform C99/C++11 process library (development files)
reproc (Redirected Process) is a cross-platform C/C++ library that simplifies
starting, stopping and communicating with external programs. The main use case
is executing command line applications directly from C or C++ code and
retrieving their output.
.
This package contains development files for reproc and reproc++.
Package: libreproc14
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Cross-platform C99/C++11 process library (C library)
reproc (Redirected Process) is a cross-platform C/C++ library that simplifies
starting, stopping and communicating with external programs. The main use case
is executing command line applications directly from C or C++ code and
retrieving their output.
.
This package contains the reproc C99 library for working with external
programs.
Package: libreproc++14
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Cross-platform C99/C++11 process library (C++ library)
reproc (Redirected Process) is a cross-platform C/C++ library that simplifies
starting, stopping and communicating with external programs. The main use case
is executing command line applications directly from C or C++ code and
retrieving their output.
.
This package contains the reproc++ library that depends on reproc and adapts
its API to an idiomatic C++11 API. It also adds a few extras that simplify
working with external programs from C++.
|