1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: delay
Section: misc
Priority: optional
Maintainer: Kun-Hung Tsai (蔡昆宏) <moonape1226@gmail.com>
Uploaders: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: https://github.com/rom1v/delay
Vcs-Browser: https://salsa.debian.org/debian/delay
Vcs-Git: https://salsa.debian.org/debian/delay.git
Package: delay
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Constant delay generator
delay introduces a constant delay between its standard input
and its standard output. The data from its stdin will be
stored until it has been written to stdout.
|