File: zeroconf.xml

package info (click to toggle)
displaycal-py3 3.9.17-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 29,124 kB
  • sloc: python: 115,810; javascript: 11,545; xml: 598; sh: 257; makefile: 173
file content (22 lines) | stat: -rw-r--r-- 1,760 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd" uri="${URL}0install/zeroconf.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
	<publish mode="package" xmlns="${URL}" />
	<name>zeroconf</name>
	<summary xml:lang="en">Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)</summary>
	<description xml:lang="en">This is fork of pyzeroconf, Multicast DNS Service Discovery for Python, originally by Paul Scott-Murphy (https://github.com/paulsm/pyzeroconf), modified by William McBrine (https://github.com/wmcbrine/pyzeroconf).</description>
	<homepage>https://github.com/jstasiak/python-zeroconf</homepage>
	<package-implementation package="python-zeroconf" distributions="RPM" />
	<package-implementation package="python-zeroconf" distributions="Debian" />
	<package-implementation package="dev-python/zeroconf" distributions="Gentoo" />
	<package-implementation package="python2-zeroconf" distributions="Arch" />
	<group license="LGPL (GNU Lesser General Public License)">
		<requires interface="${URL}0install/python.xml" version="2.6..!4.0">
			<version not-before="2.6" before="4.0" />
		</requires>
		<requires interface="${URL}0install/netifaces.xml" />
		<implementation version="0.0.0" released="0000-00-00" stability="stable">
			<environment name="PYTHONPATH" insert="." />
		</implementation>
	</group>
</interface>