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

Changelog

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

  * added patch to fix FTBS with GCC5
  * added patch to fix FTBS on armel and armhf
  * d/rules: strip -dev package

 -- Peter Spiess-Knafl <email address hidden>  Tue, 04 Aug 2015 20:22:57 +0200

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.6.0-2.dsc 2.6 KiB 9ec5d3bcdb4dcb858d48f313b245e5402bbc4b7794f75420868cae60e550081f
libjson-rpc-cpp_0.6.0.orig.tar.gz 127.0 KiB 98baf15e51514339be54c01296f0a51820d2d4f17f8c9d586f1747be1df3290b
libjson-rpc-cpp_0.6.0-2.debian.tar.xz 9.4 KiB a049803c399446ad0a67818a1f4c7a793dae066bf3d1fa56526dc93ee6874b1a

Available diffs

No changes file available.

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

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

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

No description available for libjsonrpccpp-common0 in ubuntu wily.

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

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

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-dev-dbgsym: No summary available for libjsonrpccpp-dev-dbgsym in ubuntu wily.

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

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

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

libjsonrpccpp-server0-dbgsym: debug symbols for package 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

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

No description available for libjsonrpccpp-stub0 in ubuntu wily.

libjsonrpccpp-stub0-dbg: No summary available for libjsonrpccpp-stub0-dbg in ubuntu wily.

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

libjsonrpccpp-stub0-dbgsym: No summary available for libjsonrpccpp-stub0-dbgsym in ubuntu wily.

No description available for libjsonrpccpp-stub0-dbgsym in ubuntu wily.

libjsonrpccpp-tools: No summary available for libjsonrpccpp-tools in ubuntu wily.

No description available for libjsonrpccpp-tools in ubuntu wily.

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.