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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: mdnsd
Section: net
Priority: optional
Maintainer: Alex Myczko <tar@debian.org>
Uploaders: Joachim Wiberg <troglobit@gmail.com>
Build-Depends: dpkg-dev (>= 1.22.5),
debhelper-compat (= 13),
libcmocka-dev,
pkgconf,
Standards-Version: 4.7.2
Homepage: https://github.com/troglobit/mdnsd
Vcs-Browser: https://salsa.debian.org/debian/mdnsd
Vcs-Git: https://salsa.debian.org/debian/mdnsd.git
Package: mdnsd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: embeddable Multicast DNS Daemon
This is a standalone mDNS-SD daemon for small systems. Although still
limited in functionality it can announce services like FTP, HTTP, and
SSH and respond to scanning (enumeration) requests from tools like
mdns-scan.
Package: libmdnsd1t64
Provides: ${t64:Provides}
Replaces: libmdnsd1
Breaks: libmdnsd1 (<< ${source:Version})
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Architecture: any
Description: small mDNS library for mdnsd
This is the multicast DNS (mDNS) library used by mdnsd. It can be used
by any application in need of advertising its services over mDNS-SD.
.
See the libmdnsd-dev package for details.
Package: libmdnsd-dev
Section: libdevel
Depends: ${misc:Depends}, libmdnsd1t64 (= ${binary:Version})
Architecture: any
Description: static library, header files, and docs for libmdnsd
This is the static library, including header files, for libmdnsd
which was originally made for mdnsd.
.
The documentation is scarce at best, see the source code for mdnsd
for the gory details.
|