libjson-rpc-cpp 0.7.0-2.2 source package in Ubuntu

Changelog

libjson-rpc-cpp (0.7.0-2.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1062386

 -- Benjamin Drung <email address hidden>  Wed, 28 Feb 2024 13:29:30 +0000

Upload details

Uploaded by:
Peter Spiess-Knafl
Uploaded to:
Sid
Original maintainer:
Peter Spiess-Knafl
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libjson-rpc-cpp_0.7.0-2.2.dsc 2.4 KiB 8b720d0405b12d490bb726f8307aecdab71591537c72f9a9c1f7fc96450419ee
libjson-rpc-cpp_0.7.0.orig.tar.gz 138.3 KiB 669c2259909f11a8c196923a910f9a16a8225ecc14e6c30e2bcb712bab9097eb
libjson-rpc-cpp_0.7.0-2.2.debian.tar.xz 9.6 KiB 2932fa1f3450a325cd77f22e3435327c7b21c8b5bcaf503455cc47b4f320461b

Available diffs

No changes file available.

Binary packages built by this source

libjsonrpccpp-client0t64: 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

libjsonrpccpp-client0t64-dbgsym: debug symbols for libjsonrpccpp-client0t64
libjsonrpccpp-common0t64: 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.

libjsonrpccpp-common0t64-dbgsym: debug symbols for libjsonrpccpp-common0t64
libjsonrpccpp-dev: 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

libjsonrpccpp-server0t64: 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

libjsonrpccpp-server0t64-dbgsym: debug symbols for libjsonrpccpp-server0t64
libjsonrpccpp-stub0t64: 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.

libjsonrpccpp-stub0t64-dbgsym: debug symbols for libjsonrpccpp-stub0t64
libjsonrpccpp-tools: 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.

libjsonrpccpp-tools-dbgsym: debug symbols for libjsonrpccpp-tools