
libpipeline, a pipeline manipulation library
============================================

  https://nongnu.org/libpipeline/

libpipeline is a C library for setting up and running pipelines of
processes, without needing to involve shell command-line parsing which is
often error-prone and insecure.  This alleviates programmers of the need to
laboriously construct pipelines using lower-level primitives such as fork(2)
and execve(2).

Full programmers' documentation may be found using 'man libpipeline'.

Installation
------------

If you need to install libpipeline starting from source code, then you will
need these separate packages installed before configuring libpipeline in
order to run its test suite:

...

Homepage:
http://download.savannah.gnu.org/releases/libpipeline/
