diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-01-06 00:15:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-06 00:20:07 +0700 |
commit | 643eb91e6fcdc7aca0aa02881f303a4cc80305f3 (patch) | |
tree | 6277a60d85d93c580ca13ef6869ce93d63de4515 /libraries/proxygen/slack-desc | |
parent | 9aeca180be4637334afba35b70785c0885edf154 (diff) |
libraries/proxygen: Added (Facebook's C++ HTTP Libraries).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/proxygen/slack-desc')
-rw-r--r-- | libraries/proxygen/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/proxygen/slack-desc b/libraries/proxygen/slack-desc new file mode 100644 index 0000000000000..6599fcf0678b6 --- /dev/null +++ b/libraries/proxygen/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------------------------------------------------------| +proxygen: proxygen (Facebook's C++ HTTP Libraries) +proxygen: +proxygen: This project comprises the core C++ HTTP abstractions used at +proxygen: Facebook. Internally, it is used as the basis for building many +proxygen: HTTP servers, proxies, and clients. This release focuses on +proxygen: the common HTTP abstractions and our simple HTTPServer framework. +proxygen: +proxygen: +proxygen: +proxygen: https://github.com/facebook/proxygen +proxygen: |