libpipeline

C library for building and managing pipelines of Unix subprocesses.

brewmacoslinux
Try with needOr install directly
Source

About

C library for manipulating pipelines of subprocesses

Examples

check if libpipeline is installed and see version info$ pkg-config --modversion libpipeline
compile a C program that uses libpipeline library$ gcc -o myprogram myprogram.c $(pkg-config --cflags --libs libpipeline)
find where libpipeline header files are located$ pkg-config --cflags libpipeline
get compiler and linker flags needed for libpipeline$ pkg-config --cflags --libs libpipeline
verify libpipeline library file location on system$ pkg-config --variable=libdir libpipeline