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
|
Source: mbuffer
Section: utils
Priority: optional
Maintainer: Peter Pentchev <roam@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-single-binary,
libgcrypt20 <!nocheck>,
openssl <!nocheck>
Standards-Version: 4.6.2
Homepage: https://www.maier-komor.de/mbuffer.html
Vcs-Git: https://gitlab.com/mbuffer/pkg-debian-full.git
Vcs-Browser: https://gitlab.com/mbuffer/pkg-debian-full
Rules-Requires-Root: no
Package: mbuffer
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, libgcrypt20
Description: tool for buffering data streams
The mbuffer tool is used to buffer data streams and show the I/O rate and
summary to the user. It is especially useful for writing backups to
fast tape drives or streaming them over the network. If used correctly,
it can prevent buffer underruns and speed up the whole backup or
transfer process.
|