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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
Source: mono-zeroconf
Section: cli-mono
Priority: optional
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>
Build-Depends: debhelper (>= 7.0.50~), cli-common-dev (>= 0.5.7)
Build-Depends-Indep: mono-devel (>= 3.0.6),
monodoc-base (>= 2.0),
dh-autoreconf,
pkg-config
Standards-Version: 3.9.2
Homepage: http://mono-project.com/Mono_Zeroconf
Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/mono-zeroconf.git
Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/mono-zeroconf.git
Package: libmono-zeroconf1.0-cil
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}
Recommends: avahi-daemon
Description: CLI library for multicast DNS service discovery
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.
.
By using Mono.ZeroConf applications can use a single API that will work
regardless of the underlying implementation that a particular operating
system uses.
.
Applications can publish services that will be exposed to other computers on
the network and also query the local machines on the network for services
that could have been exposed.
.
This package contains the Mono.Zeroconf library itself.
Package: libmono-zeroconf-cil-dev
Architecture: all
Depends: libmono-zeroconf1.0-cil (= ${binary:Version}), ${misc:Depends}
Replaces: libmono-zeroconf1.0-cil (<< 0.9.0-2)
Description: CLI library for multicast DNS service discovery
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.
.
By using Mono.ZeroConf applications can use a single API that will work
regardless of the underlying implementation that a particular operating
system uses.
.
Applications can publish services that will be exposed to other computers on
the network and also query the local machines on the network for services
that could have been exposed.
.
This package contains development files for the Mono.Zeroconf library, and
should be used for compilation
Package: mzclient
Section: net
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}, libmono-zeroconf1.0-cil (= ${binary:Version})
Description: CLI library for multicast DNS service discovery (commandline tool)
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.
.
By using Mono.ZeroConf applications can use a single API that will work
regardless of the underlying implementation that a particular operating
system uses.
.
Applications can publish services that will be exposed to other computers on
the network and also query the local machines on the network for services
that could have been exposed.
.
This package contains the mzclient tool, that can be used for resolving or
publishing services from the commandline.
Package: monodoc-mono-zeroconf-manual
Section: doc
Architecture: all
Depends: monodoc-manual, ${misc:Depends}
Description: compiled XML documentation for mono-zeroconf
The MonoDoc Project is the documentation framework of the Mono project which
provides detailed API documentation for all Mono components and the Mono CLI
implementation.
.
This packages contains the compiled XML documentation for
mono-zeroconf of MonoDoc.
|