summaryrefslogtreecommitdiffstats
path: root/libraries/asio/README
diff options
context:
space:
mode:
author Andre Barboza2017-01-04 05:50:05 +0100
committer Willy Sudiarto Raharjo2017-01-04 05:50:05 +0100
commit926a79efa063d195f4eedd8d54dcf6d74b668917 (patch)
tree367af40b1e5e9e4a114ef145ea4b6b0c20d726da /libraries/asio/README
parentdfdfd82ff1fd9765b30f53a08727dfcd5a55941d (diff)
downloadslackbuilds-926a79efa063d195f4eedd8d54dcf6d74b668917.tar.gz
libraries/asio: Added (Asio C++ Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/asio/README')
-rw-r--r--libraries/asio/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/asio/README b/libraries/asio/README
new file mode 100644
index 0000000000..41cae1f38b
--- /dev/null
+++ b/libraries/asio/README
@@ -0,0 +1,8 @@
+Asio C++ Library
+
+Asio is a cross-platform C++ library for network and low-level
+I/O programming that provides developers with a consistent
+asynchronous model using a modern C++ approach.
+
+Asio provides the basic building blocks for C++ networking,
+concurrency and other kinds of I/O.