diff options
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: |