diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2014-05-27 08:12:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-28 23:45:40 +0700 |
commit | 2d9ffc495ffc53552c9d9591ee435fc41b984bbf (patch) | |
tree | b26f3a3ce794fb3fd6eed7cd86af946f7bda34df /libraries/serf/slack-desc | |
parent | 8f1bd581e8d84d86cfd299477ea625e11a64f60a (diff) | |
download | slackbuilds-2d9ffc495ffc53552c9d9591ee435fc41b984bbf.tar.gz |
libraries/serf: Added (asynchronous HTTP client library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/serf/slack-desc')
-rw-r--r-- | libraries/serf/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/serf/slack-desc b/libraries/serf/slack-desc new file mode 100644 index 0000000000..d914b8411a --- /dev/null +++ b/libraries/serf/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------------------------------------------------------| +serf: serf (high-performance asynchronous HTTP client library) +serf: +serf: The serf library is a high performance C-based HTTP client library +serf: built upon the Apache Portable Runtime (APR) library. Key features: +serf: * multiplexed, asynchronous connections, +serf: * SSL/TLS support, full HTTP pipelining, +serf: * multiple authentication modes (Basic, Digest, Kerberos/NTLM), +serf: * zero-copy support for increased throughput. +serf: +serf: Homepage: http://code.google.com/p/serf/ +serf: |