diff options
author | Adis Nezirović <adis@linux.org.ba> | 2014-01-04 05:19:58 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-07 11:14:00 -0600 |
commit | 5bf85cc0e027bb8d0456fe68c8bb14cd70f73362 (patch) | |
tree | 805577a72e95af4ef6030390872423ac96c7eacc /libraries/gevent/slack-desc | |
parent | 707fe5f4aaa40c7332d9996c4b0b85d0bed723f9 (diff) |
libraries/gevent: Added (A coroutine-based network library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gevent/slack-desc')
-rw-r--r-- | libraries/gevent/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/gevent/slack-desc b/libraries/gevent/slack-desc new file mode 100644 index 000000000000..fe6efb40e40e --- /dev/null +++ b/libraries/gevent/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +gevent: gevent (A coroutine-based network library for python) +gevent: +gevent: Gevent is a coroutine-based Python networking library that uses +gevent: greenlet to provide a high-level synchronous API on top of the libev +gevent: event loop. +gevent: +gevent: Homepage: http://www.gevent.org/ +gevent: +gevent: +gevent: +gevent: |