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
|
Source: ucspi-unix
Section: net
Priority: optional
Maintainer: Dmitry Bogatov <KAction@debian.org>
Build-Depends:
debhelper-compat (= 11),
dh-buildinfo (>= 0.11+nmu1),
groff,
libbg-dev,
man-db,
dietlibc-dev (>= 0.34~cvs20160606-3) [alpha amd64 arm64 armeb armel armhf hppa i386 mips mipsel mips64el powerpc powerpcspe ppc64 ppc64el s390x sparc64 x32] <!pkg.ucspi-unix.nodietlibc>,
Standards-Version: 4.2.1
Homepage: https://untroubled.org/ucspi-unix
Package: ucspi-unix
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: UNIX-domain socket client-server command-line tools
unixclient and unixserver are command-line tools for building UNIX
domain client-server applications. unixclient connects to a UNIX domain
socket and runs a program of your choice. unixserver creates a UNIX
domain socket, waits for incoming connections and, for each connection,
runs a program of your choice.
.
unixclient and unixserver conform to UCSPI, the UNIX Client-Server
Program Interface, using UNIX domain sockets. UCSPI tools are available
for several different networks.
.
See http://cr.yp.to/proto/ucspi.txt for more information on UCSPI.
|