mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-15 19:58:07 -07:00
13 lines
444 B
XML
13 lines
444 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||
<pkgmetadata>
|
||
<!--maintainer-needed-->
|
||
<longdescription>
|
||
A set of locking and synchronizing primitives analogous to those in Python’s
|
||
threading module or Gevent’s coros, for use with Tornado’s gen.engine.
|
||
</longdescription>
|
||
<upstream>
|
||
<remote-id type="pypi">toro</remote-id>
|
||
</upstream>
|
||
</pkgmetadata>
|