File: control

package info (click to toggle)
cstream 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 536 kB
  • sloc: ansic: 1,622; sh: 886; makefile: 346
file content (30 lines) | stat: -rw-r--r-- 960 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: cstream
Section: utils
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 debhelper-compat (= 13),
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/cstream.git
Vcs-Browser: https://salsa.debian.org/debian/cstream
Homepage: http://www.cons.org/cracauer/cstream.html
Rules-Requires-Root: no

Package: cstream
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: general-purpose stream-handling tool similar to dd
 cstream is a general-purpose stream-handling tool like UNIX' dd,
 usually used in commandline-constructed pipes.
 It has a more traditional command line syntax,
 support for precise bandwidth limiting and reporting
 and support for FIFOs.
 Data limits and throughput rate calculation will work
 for files > 4 GB.
 .
 cstream reads from the standard input
 and writes to the standard output,
 if no filenames are given.
 It will also 'generate' or 'sink' data if desired.