diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-01-24 00:22:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-24 00:22:54 +0700 |
commit | 3d95b52e6fe5de688f54f74173645b87fd889696 (patch) | |
tree | bfde63af8dcc677532636affaed5fd96de7e2958 /libraries/libwebsocketpp/slack-desc | |
parent | c638929834ccd79ea4225706ac54ec00d5feb044 (diff) | |
download | slackbuilds-3d95b52e6fe5de688f54f74173645b87fd889696.tar.gz |
libraries/libwebsocketpp: Updated for version 0.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libwebsocketpp/slack-desc')
-rw-r--r-- | libraries/libwebsocketpp/slack-desc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libwebsocketpp/slack-desc b/libraries/libwebsocketpp/slack-desc index 8fca7fbed3..cb465ca6fb 100644 --- a/libraries/libwebsocketpp/slack-desc +++ b/libraries/libwebsocketpp/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -libwebsocketpp: libwebsocketpp (C++/Boost ASIO implementation of RFC6455) +libwebsocketpp: libwebsocketpp (Header only C++ library) libwebsocketpp: -libwebsocketpp: WebSocket++ is a full featured C++/Boost ASIO implementation of -libwebsocketpp: RFC6455, the WebSocket protocol which can be used to build -libwebsocketpp: applications that feature WebSocket client and server functionality. +libwebsocketpp: WebSocket++ is a header only C++ library that implements RFC6455 +libwebsocketpp: The WebSocket Protocol. It allows integrating WebSocket client and +libwebsocketpp: server functionality into C++ programs. It uses interchangeable +libwebsocketpp: network transport modules including one based on C++ iostreams and +libwebsocketpp: one based on Boost Asio. libwebsocketpp: libwebsocketpp: Homepage: https://github.com/zaphoyd/websocketpp/ libwebsocketpp: libwebsocketpp: -libwebsocketpp: -libwebsocketpp: |