diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2016-12-16 23:34:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-17 01:18:30 +0700 |
commit | cb538f7e0479a5495f6459bb1031831056d51c73 (patch) | |
tree | 18e16f1f2fe0022113f75115a6364d2d74353210 /libraries/wangle/slack-desc | |
parent | fbc60ab374ed683060d3e3faf676cebbe87ed831 (diff) | |
download | slackbuilds-cb538f7e0479a5495f6459bb1031831056d51c73.tar.gz |
libraries/wangle: Added (C++ networking library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/wangle/slack-desc')
-rw-r--r-- | libraries/wangle/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/wangle/slack-desc b/libraries/wangle/slack-desc new file mode 100644 index 0000000000..fbe9a695fc --- /dev/null +++ b/libraries/wangle/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------------------------------------------------------| +wangle: wangle (C++ networking library) +wangle: +wangle: Wangle is a framework providing a set of common client/server +wangle: abstractions for building services in a consistent, modular, +wangle: and composable way. +wangle: +wangle: +wangle: +wangle: +wangle: https://github.com/facebook/wangle +wangle: |