libjson-rpc-cpp 0.7.0-1build2 source package in Ubuntu

Changelog

libjson-rpc-cpp (0.7.0-1build2) bionic; urgency=medium

  * No-change rebuild against libcurl4

 -- Steve Langasek <email address hidden>  Wed, 28 Feb 2018 08:36:24 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
libjson-rpc-cpp_0.7.0.orig.tar.gz 138.3 KiB 669c2259909f11a8c196923a910f9a16a8225ecc14e6c30e2bcb712bab9097eb
libjson-rpc-cpp_0.7.0-1build2.debian.tar.xz 8.9 KiB 711debda2cf5296b452c9ee2c44eec76487561274a0d07cf7d0f45522b07d1b1
libjson-rpc-cpp_0.7.0-1build2.dsc 2.8 KiB 69a555abe25c91ae5b4f60defd3b5516ce4b2e6e07f5ff200ab88f19205c5a36

Available diffs

View changes file

Binary packages built by this source

libjsonrpccpp-client0: 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-client0-dbg: No summary available for libjsonrpccpp-client0-dbg in ubuntu eoan.

No description available for libjsonrpccpp-client0-dbg in ubuntu eoan.

libjsonrpccpp-common0: 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-client0 and/or
 libjsonrpccpp-server0.

libjsonrpccpp-common0-dbg: No summary available for libjsonrpccpp-common0-dbg in ubuntu eoan.

No description available for libjsonrpccpp-common0-dbg in ubuntu eoan.

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-server0: No summary available for libjsonrpccpp-server0 in ubuntu disco.

No description available for libjsonrpccpp-server0 in ubuntu disco.

libjsonrpccpp-server0-dbg: No summary available for libjsonrpccpp-server0-dbg in ubuntu cosmic.

No description available for libjsonrpccpp-server0-dbg in ubuntu cosmic.

libjsonrpccpp-stub0: 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-stub0-dbg: No summary available for libjsonrpccpp-stub0-dbg in ubuntu disco.

No description available for libjsonrpccpp-stub0-dbg in ubuntu disco.

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