File: control

package info (click to toggle)
autobahn-cpp 17.5.1%2Bgit7cc5d37-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 804 kB
  • sloc: cpp: 2,133; makefile: 3
file content (65 lines) | stat: -rw-r--r-- 2,320 bytes parent folder | download
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Source: autobahn-cpp
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: cmake,
               debhelper-compat (= 13),
               libboost-program-options-dev,
               libboost-random-dev,
               libboost-system-dev,
               libboost-thread-dev,
               libmsgpack-cxx-dev,
               libssl-dev,
               libwebsocketpp-dev (>= 0.7),
Standards-Version: 4.7.0
Rules-Requires-Root: no
Section: libs
Homepage: http://autobahn.ws
Vcs-Browser: https://salsa.debian.org/debian/autobahn-cpp
Vcs-Git: https://salsa.debian.org/debian/autobahn-cpp.git

Package: autobahn-cpp-dev
Section: libdevel
Architecture: all
Depends: cmake,
         libboost-program-options-dev,
         libboost-random-dev,
         libboost-system-dev,
         libboost-thread-dev,
         libmsgpack-cxx-dev,
         libssl-dev,
         libwebsocketpp-dev (>= 0.7),
         ${misc:Depends},
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: autobahn-cpp-dev,
         ${misc:Depends},
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