pipexec 2.6.1-2 source package in Ubuntu

Changelog

pipexec (2.6.1-2) unstable; urgency=medium

  * debian/watch: update github watch file

 -- Thorsten Alteholz <email address hidden>  Wed, 07 Dec 2022 11:04:09 +0100

Upload details

Uploaded by:
Thorsten Alteholz
Uploaded to:
Sid
Original maintainer:
Thorsten Alteholz
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
pipexec_2.6.1-2.dsc 1.9 KiB ab60bbc0465d2327582a2b325807af0429c7a1978ce04c7768a2e3ea75d5be09
pipexec_2.6.1.orig.tar.xz 344.1 KiB de8237eb45224c04c1bd41cc8dc5dfb9c78ceff3b02202a49981396e55602e29
pipexec_2.6.1-2.debian.tar.xz 2.2 KiB b0ddedc5b27d1179d410c17d00588813712ab68fe895f3405cca6fdf94e1c449

Available diffs

No changes file available.

Binary packages built by this source

pipexec: 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.

pipexec-dbgsym: debug symbols for pipexec