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

Changelog

libjson-rpc-cpp (0.7.0-1.1build2) jammy; urgency=medium

  * No-change rebuild against libjsoncpp25

 -- Steve Langasek <email address hidden>  Tue, 14 Dec 2021 07:48:27 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy 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-1.1build2.debian.tar.xz 9.6 KiB 7ddada72e9fe992974a59ceb0b3325371bc9b24b7e7c0bc27ad1799604da6b4b
libjson-rpc-cpp_0.7.0-1.1build2.dsc 2.8 KiB 2b349566c94982e7112fb47bc080ab2abdccfe6563def3e4a4655d879bfcf510

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

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

libjsonrpccpp-common0: No summary available for libjsonrpccpp-common0 in ubuntu kinetic.

No description available for libjsonrpccpp-common0 in ubuntu kinetic.

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

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

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: 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 lunar.

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

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

No description available for libjsonrpccpp-stub0 in ubuntu kinetic.

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

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

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