Пакет pstreams: Информация

    Исходный пакет: pstreams
    Версия: 0.5.2-alt1
    Собран:  19 сентября 2008 г. 23:35
    Сообщить об ошибке в пакете
    Домашняя страница: 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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    pstreams (x86_64, i586)

    Сопровождающий: Vladimir Scherbaev

    Список участников:
    Vladimir Scherbaev

    Права:
    @qa_p6

      1. doxygen

    Последнее изменение


    12 сентября 2008 г. Vladimir Scherbaev 0.5.2-alt1
    - Initial build