1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: netpipes
Section: net
Priority: optional
Maintainer: Mats Erik Andersson <mats.andersson@gisladisker.se>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/netpipes
Vcs-Git: https://salsa.debian.org/debian/netpipes.git
Homepage: http://web.purplefrog.com/~thoth/netpipes/
Package: netpipes
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: timelimit
Suggests: psmisc
Description: manipulate BSD TCP/IP stream sockets
The netpipes package makes TCP/IP streams usable in shell
scripts. It can also simplify client/server code by allowing
the programmer to skip all the tedious programming bits related
to sockets and concentrate on writing a filter, or other service.
|