pstreams 1.0.3-1 source package in Ubuntu

Changelog

pstreams (1.0.3-1) unstable; urgency=medium

  * New upstream version 1.0.3
  * Updated policy to 4.5.0
  * Update debhelper to 12
  * Drop man page for unneeded docstring
  * Improve NAME for man pages
  * Update watch version to 4

 -- Eugene Seliverstov <email address hidden>  Sun, 13 Dec 2020 23:08:14 +0300

Upload details

Uploaded by:
Eugene Seliverstov
Uploaded to:
Sid
Original maintainer:
Eugene Seliverstov
Architectures:
all
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libdevel
Noble release universe libdevel
Mantic release universe libdevel
Lunar release universe libdevel
Jammy release universe libdevel

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pstreams_1.0.3-1.dsc 1.9 KiB b2d4452faf5689a5651d68f298fd0decbe9f4a527ebb9ce2760a3e09597d4fbe
pstreams_1.0.3.orig.tar.gz 67.5 KiB e9ca807bc6046840deae63207183f9ac516e67187d035429772a5fc7bd3e8fc8
pstreams_1.0.3-1.debian.tar.xz 4.8 KiB b6a5e395329b4fcc9b2920c617757cc8ad6d6345d9c981c1ac32496bdca76a6a

Available diffs

No changes file available.

Binary packages built by this source

libpstreams-dev: C++ iostream interface to POSIX process I/O

 PStreams allows you to run another program from your C++ application and to
 transfer data between the two programs, similar to shell pipelines. The
 PStreams class works like a wrapper for the POSIX.2 functions popen(3) and
 pclose(3) (although it doesn't actually use them), using a C++ iostreams
 interface, instead of C's stdio library. Thus, PStreams makes it possible to
 run an external program and handle its stdin, stdout, and stderr just like you
 would handle any other C++ iostream.