Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37514520
en ru br
Репозитории ALT

Группа :: Разработка/Прочее
Пакет: pstreams

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.5.2-alt1
Время сборки: 19 сентября 2008, 22:11 ( 813.8 недели назад )
Размер архива: 55.61 Kb

Домашняя страница:   http://freshmeat.net/projects/pstreams/

Лицензия: GPLv2
О пакете: POSIX Process Control in C++
Описание:

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.

Текущий майнтейнер: Vladimir Scherbaev

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • pstreams
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin