File: control

package info (click to toggle)
pipexec 2.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,632 kB
  • ctags: 238
  • sloc: sh: 11,616; ansic: 861; makefile: 19
file content (26 lines) | stat: -rw-r--r-- 1,127 bytes parent folder | download
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
Source: pipexec
Section: utils
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/pipexec.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/pipexec.git
Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf | debhelper (>= 9.20160403~)
Homepage: https://github.com/flonatel/pipexec

Package: pipexec
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: create a directed graph of processes and pipes
 pipexec creates an arbitrary network (directed graph) of processes and
 pipes in between - even cycles are possible.  
 It overcomes the short comings of shells that are typically only able 
 to create non cyclic trees.
 .
 pipexec also monitors all its child processes and is able to restart
 the whole network of processes and pipes if one crashes. 
 Therefore pipexec can be used in SYSV-init or systemd configuration to 
 run a network of processes.
 .
 The package also contains two tools 'ptee' and 'peet' which are the piped
 version of the 'tee' and 'eet' (reverse tee) commands.