libjson-rpc-cpp 0.6.0-2build1 source package in Ubuntu

Changelog

libjson-rpc-cpp (0.6.0-2build1) xenial; urgency=medium

  * No-change rebuild for the libjsoncpp transition.

 -- Łukasz 'sil2100' Zemczak <email address hidden>  Tue, 09 Feb 2016 16:45:01 +0100

Upload details

Uploaded by:
Łukasz Zemczak
Uploaded to:
Xenial
Original maintainer:
Peter Spiess-Knafl
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
libjson-rpc-cpp_0.6.0.orig.tar.gz 127.0 KiB 98baf15e51514339be54c01296f0a51820d2d4f17f8c9d586f1747be1df3290b
libjson-rpc-cpp_0.6.0-2build1.debian.tar.xz 9.5 KiB ad766edc2ffa2211a4d499a57fdb37b29d5e7d0bf74d568ac73054bb3547fdb4
libjson-rpc-cpp_0.6.0-2build1.dsc 2.3 KiB b7ed309a6f3ad24956e2f5464eca06459003856241eebdb93ca5f889244d0142

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 yakkety.

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

libjsonrpccpp-client0-dbgsym: debug symbols for package libjsonrpccpp-client0

 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-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: debugging symbols for libjsonrpccpp-common0

 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.
 .
 This package contains the debugging symbols for libjsonrpccpp-common0.

libjsonrpccpp-common0-dbgsym: No summary available for libjsonrpccpp-common0-dbgsym in ubuntu yakkety.

No description available for libjsonrpccpp-common0-dbgsym in ubuntu yakkety.

libjsonrpccpp-dev: No summary available for libjsonrpccpp-dev in ubuntu yakkety.

No description available for libjsonrpccpp-dev in ubuntu yakkety.

libjsonrpccpp-dev-dbgsym: No summary available for libjsonrpccpp-dev-dbgsym in ubuntu yakkety.

No description available for libjsonrpccpp-dev-dbgsym in ubuntu yakkety.

libjsonrpccpp-server0: 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-server0-dbg: debugging symbols for libjsonrpccpp-server0

 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
 .
 This package contains the debugging symbols for libjsonrpccpp-server0.

libjsonrpccpp-server0-dbgsym: No summary available for libjsonrpccpp-server0-dbgsym in ubuntu yakkety.

No description available for libjsonrpccpp-server0-dbgsym in ubuntu yakkety.

libjsonrpccpp-stub0: No summary available for libjsonrpccpp-stub0 in ubuntu yakkety.

No description available for libjsonrpccpp-stub0 in ubuntu yakkety.

libjsonrpccpp-stub0-dbg: debugging symbols for libjsonrpccpp-stub0

 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.
 .
 This package contains the debugging symbols for libjsonrpccpp-common0.

libjsonrpccpp-stub0-dbgsym: debug symbols for package libjsonrpccpp-stub0

 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-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 package libjsonrpccpp-tools

 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.