File: control

package info (click to toggle)
libjson-rpc-cpp 0.7.0-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,124 kB
  • sloc: cpp: 6,491; xml: 202; sh: 65; makefile: 13
file content (164 lines) | stat: -rw-r--r-- 5,477 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
Source: libjson-rpc-cpp
Section: libs
Priority: optional
Maintainer: Peter Spiess-Knafl <dev@spiessknafl.at>
Build-Depends: dpkg-dev (>= 1.22.5),
 catch,
 cmake,
 debhelper (>= 9),
 libargtable2-dev,
 libcurl4-openssl-dev | libcurl4-nss-dev,
 libjsoncpp-dev,
 libmicrohttpd-dev (>= 0.9.71),
Standards-Version: 4.6.1
Homepage: https://github.com/cinemast/libjson-rpc-cpp
Vcs-Git: https://salsa.debian.org/debian/libjson-rpc-cpp.git
Vcs-Browser: https://salsa.debian.org/debian/libjson-rpc-cpp

Package: libjsonrpccpp-client0t64
Provides: ${t64:Provides}
Replaces: libjsonrpccpp-client0
Breaks: libjsonrpccpp-client0 (<< ${source:Version})
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 libjsonrpccpp-tools,
Description: library implementing json-rpc C++ clients
 This library provides classes to easily implement JSON-RPC C++ clients.
 It comes with a built in HTTP-Client connector (based on libcurl)
 for easy data exchange. It is fully JSON-RPC 2.0 and JSON-RPC
 1.0 compatible, including:
 .
  * Type checking
  * Error response handling
  * Batch procedure calls
  * JSON-RPC Method invocation
  * JSON-RPC Notification invocation
  * Interface for additional Client-Connectors beside HTTP
  * Positional and named parameters

Package: libjsonrpccpp-common0t64
Provides: ${t64:Provides}
Replaces: libjsonrpccpp-common0
Breaks: libjsonrpccpp-common0 (<< ${source:Version})
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 libjsonrpccpp-client0t64 (= ${binary:Version}),
 libjsonrpccpp-server0t64 (= ${binary:Version}),
 libjsonrpccpp-tools (= ${binary:Version}),
Description: common functionality for server and client library
 This library provides common classes for the libjson-rpc-cpp framework like
 .
  * Exceptions
  * Error-Codes
  * Specification Parsers and Writers
  * Procedure parameter validation
 .
 This package usually only makes sense with libjsonrpccpp-client0t64 and/or
 libjsonrpccpp-server0.

Package: libjsonrpccpp-dev
Section: libdevel
Architecture: any
Depends:
 libcurl4-openssl-dev | libcurl4-nss-dev,
 libjsoncpp-dev,
 libjsonrpccpp-client0t64 (= ${binary:Version}),
 libjsonrpccpp-common0t64 (= ${binary:Version}),
 libjsonrpccpp-server0t64 (= ${binary:Version}),
 libjsonrpccpp-stub0t64 (= ${binary:Version}),
 libmicrohttpd-dev (>= 0.9.71),
 ${misc:Depends},
Description: development files for JSON-RPC C++ framework
 This package provides all required developer resources like header-files
 and statically linked libraries of the libjson-rpc-cpp framework.
 .
 Features of this framework include:
 .
  * Type checking
  * Malformed request handling
  * Handling batch procedure calls
  * JSON-RPC Method invocation
  * JSON-RPC Notification invocation
  * Simple Interface for implementing additional Server-Connectors beside HTTP
  * Positional and named parameters

Package: libjsonrpccpp-server0t64
Provides: ${t64:Provides}
Replaces: libjsonrpccpp-server0
Breaks: libjsonrpccpp-server0 (<< ${source:Version})
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 libjsonrpccpp-tools,
Description: library implementing json-rpc C++ servers
 This library provides classes to easily implement JSON-RPC C++ Server
 applications. It comes with a built in HTTP-Server connector
 (based on libmicrohttpd) for easy data exchange. It is fully JSON-RPC 2.0 and
 JSON-RPC 1.0 compatible, including:
 .
  * Type checking
  * Malformed request handling
  * Handling batch procedure calls
  * JSON-RPC Method invocation
  * JSON-RPC Notification invocation
  * Simple Interface for implementing additional Server-Connectors beside HTTP
  * Positional and named parameters

Package: libjsonrpccpp-stub0t64
Provides: ${t64:Provides}
Replaces: libjsonrpccpp-stub0
Breaks: libjsonrpccpp-stub0 (<< ${source:Version})
Architecture: any
Section: libdevel
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 libjsonrpccpp-common0t64,
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 libjsonrpccpp-tools,
Description: library for stub generation of libjsonrpccpp based applications
 This package provides the stub generator library for the libjson-rpc-cpp
 framework. It can automatically generate full functioning C++ and JavaScript
 JSON-RPC Client classes, which are ready to use.
 .
 For JSON-RPC Server applications, this library can generate an abstract C++
 class which just has to be sub classed and implement all pure virtual methods.
 To make this possible, a interface description file (in the JSON format)
 is required, which lists all available methods with corresponding parameters
 and types.

Package: libjsonrpccpp-tools
Architecture: any
Section: libdevel
Depends:
 libjsonrpccpp-stub0t64 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 libjsonrpccpp-dev,
Description: stub generator for libjsonrpccpp based applications
 This package provides the stub generator for the libjson-rpc-cpp framework.
 It can automatically generate full functioning C++ and JavaScript JSON-RPC
 Client classes, which are ready to use.
 .
 For JSON-RPC Server applications, this tool can generate an abstract C++ class
 which just has to be sub classed and implement all pure virtual methods. To
 make this possible, a simple interface description file (in the JSON format)
 is required, which lists all available methods with corresponding parameters
 and types.