diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-01-04 11:50:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-04 11:50:05 +0700 |
commit | 926a79efa063d195f4eedd8d54dcf6d74b668917 (patch) | |
tree | 367af40b1e5e9e4a114ef145ea4b6b0c20d726da /libraries/asio/slack-desc | |
parent | dfdfd82ff1fd9765b30f53a08727dfcd5a55941d (diff) | |
download | slackbuilds-926a79efa063d195f4eedd8d54dcf6d74b668917.tar.gz |
libraries/asio: Added (Asio C++ Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/asio/slack-desc')
-rw-r--r-- | libraries/asio/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/asio/slack-desc b/libraries/asio/slack-desc new file mode 100644 index 0000000000..677230c782 --- /dev/null +++ b/libraries/asio/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------------------------------------------------------| +asio: asio (Asio C++ Library) +asio: +asio: Asio is a cross-platform C++ library for network and low-level +asio: I/O programming that provides developers with a consistent +asio: asynchronous model using a modern C++ approach. +asio: +asio: Asio provides the basic building blocks for C++ networking, +asio: concurrency and other kinds of I/O. +asio: +asio: http://think-async.com/Asio/ +asio: |