Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37369777
en ru br
ALT Linux repos
5.0: 0.5.2-alt1

Group :: Development/Other
RPM: pstreams

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.5.2-alt1
Build date: 19 september 2008, 22:11 ( 812.7 weeks ago )
Size: 55.61 Kb

Home page:   http://freshmeat.net/projects/pstreams/

License: GPLv2
Summary: POSIX Process Control in C++
Description:

PStreams allows you to run another program from your C++ application and to transfer data between the two programs,
similar to shell pipelines. In the simplest case, a PStreams class is like a C++ wrapper for the POSIX.2
functions popen(3) and pclose(3), using C++ IOStreams instead of C's stdio library.
The library provides class templates in the style of the standard IOStreams that can be used with any standard-conforming C++ compiler on a POSIX platform.
The classes use a streambuf class that uses fork() and the exec family of functions to create a new process and to write/read data to/from the process.

Current maintainer: Vladimir Scherbaev

List of contributors

List of rpms provided by this srpm:

  • pstreams
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin