mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-14 17:07:27 -08:00
16 lines
565 B
XML
16 lines
565 B
XML
<?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>
|