File: control

package info (click to toggle)
netpipes 4.2-8.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 940 kB
  • sloc: ansic: 11,895; makefile: 353
file content (20 lines) | stat: -rw-r--r-- 761 bytes parent folder | download
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.