diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-11 17:27:45 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-11 12:15:09 -0600 |
commit | e2c3e1cfc3507eadd9d36e480c6d4e0e098a3072 (patch) | |
tree | cc8f42b68dbd2c1ff394d8040e45a7a773f9fafd /libraries/Pykka/slack-desc | |
parent | c01d2c0198d5125732dfc1aed5b0fb9d7cc82f11 (diff) | |
download | slackbuilds-e2c3e1cfc3507eadd9d36e480c6d4e0e098a3072.tar.gz |
libraries/Pykka: Added (A Python implementation of the actor model).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/Pykka/slack-desc')
-rw-r--r-- | libraries/Pykka/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/Pykka/slack-desc b/libraries/Pykka/slack-desc new file mode 100644 index 0000000000..2f02f470cc --- /dev/null +++ b/libraries/Pykka/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------------------------------------------------------| +Pykka: Pykka (A Python implementation of the actor model) +Pykka: +Pykka: Pykka is a Python implementation of the actor model. +Pykka: The actor model introduces some simple rules to control the sharing +Pykka: of state and cooperation between execution units, which makes it +Pykka: it easier to build concurrent applications. +Pykka: +Pykka: Homepage: http://www.pykka.org/ +Pykka: +Pykka: +Pykka: |