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

Changelog

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

  * No-change rebuild against libcurl4t64

 -- Steve Langasek <email address hidden>  Sat, 16 Mar 2024 06:31:09 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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.orig.tar.gz 138.3 KiB 669c2259909f11a8c196923a910f9a16a8225ecc14e6c30e2bcb712bab9097eb
libjson-rpc-cpp_0.7.0-2.2build1.debian.tar.xz 9.8 KiB 23d98f2233010c667e30810538e11246209c1525932cd21e374bad57b3b49c32
libjson-rpc-cpp_0.7.0-2.2build1.dsc 2.5 KiB 47d4eb1bdb9bb2c978e2f71f22b70fa8fe037e93676de329e7b82aa0d26a0d5d

View changes file

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