summaryrefslogtreecommitdiff
blob: a841434212dc5effcf99d08b5e3de6cd8c830314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>python</herd>
	<maintainer>
		<email>hasufell@gentoo.org</email>
		<name>Julian Ospald</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>