1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: autobahn-cpp
Priority: optional
Maintainer: Konstantinos Margaritis <markos@debian.org>
Build-Depends: debhelper (>= 10), cmake, libmsgpack-dev (>= 1.4.2), libwebsocketpp-dev (>= 0.7), libboost-program-options-dev, libboost-thread-dev, libboost-system-dev, libboost-random-dev, libssl-dev
Standards-Version: 3.9.8
Section: libs
Homepage: http://autobahn.ws
Vcs-Git: https://anonscm.debian.org/collab-maint/autobahn-cpp.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/autobahn-cpp.git
Package: autobahn-cpp-dev
Section: libdevel
Architecture: all
Depends: ${misc:Depends}, cmake, libmsgpack-dev (>= 1.4.2), libwebsocketpp-dev (>= 0.7), libboost-program-options-dev, libboost-thread-dev, libboost-system-dev, libboost-random-dev, libssl-dev
Description: WAMP in C++ for Boost/Asio - development headers
Autobahn|Cpp provides an implementation of the WebSocket and Web
Application Messaging (WAMP) protocols.
.
WebSocket allows bidirectional real-time messaging on the Web and
WAMP adds asynchronous Remote Procedure Calls and Publish &
Subscribe on top of WebSocket.
.
Autobahn|Cpp is open-source, licensed under the Boost Software
License. The API and implementation make use of modern C++ 11 and
new asynchronous idioms using (upcoming) features of the standard
C++ library, in particular Futures, Continuations and Lambdas.
.
This package includes the header files
Package: autobahn-cpp-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, autobahn-cpp-dev
Description: WAMP in C++ for Boost/Asio - examples
Autobahn|Cpp provides an implementation of the WebSocket and Web
Application Messaging (WAMP) protocols.
.
WebSocket allows bidirectional real-time messaging on the Web and
WAMP adds asynchronous Remote Procedure Calls and Publish &
Subscribe on top of WebSocket.
.
Autobahn|Cpp is open-source, licensed under the Boost Software
License. The API and implementation make use of modern C++ 11 and
new asynchronous idioms using (upcoming) features of the standard
C++ library, in particular Futures, Continuations and Lambdas.
.
This package includes the examples
|