summaryrefslogtreecommitdiff
blob: ee0b870b3c508bd605bc283dc489774c4a55e494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>python@gentoo.org</email>
		<name>Python</name>
	</maintainer>
	<longdescription lang="en">
		Eventlib is a networking library written in Python. It achieves
		high scalability by using non-blocking io while at the same time
		retaining high programmer usability by using coroutines to make
		the non-blocking io operations appear blocking at the source code
		level.
	</longdescription>
</pkgmetadata>