libjson-rpc-cpp 0.7.0-2.1 source package in Ubuntu

Changelog

libjson-rpc-cpp (0.7.0-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/: Apply wrap-and-sort -abst.
  * debian/control: Bump Standards-Version to 4.6.1.
  * Migrate to automatic dbgsym packages.
  * d/control: Fix Vcs-* and use Priority: optional.
  * d/changelog: Remove trailing spaces.
  * d/watch: Fix uscan upstream monitoring script.

 -- Boyuan Yang <email address hidden>  Sat, 08 Oct 2022 21:33:02 -0400

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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
libjson-rpc-cpp_0.7.0-2.1.dsc 2.4 KiB 6e64ad714de282e5204aa8b2d740866d9a2687d055e61d121681c50013060bb7
libjson-rpc-cpp_0.7.0.orig.tar.gz 138.3 KiB 669c2259909f11a8c196923a910f9a16a8225ecc14e6c30e2bcb712bab9097eb
libjson-rpc-cpp_0.7.0-2.1.debian.tar.xz 9.4 KiB e07bc53c9d7cfc49ca7a26ad9b830f8a49be3259885d79da5b7c5fad8fa57a66

No changes file available.

Binary packages built by this source

libjsonrpccpp-client0: No summary available for libjsonrpccpp-client0 in ubuntu noble.

No description available for libjsonrpccpp-client0 in ubuntu noble.

libjsonrpccpp-client0-dbgsym: debug symbols for libjsonrpccpp-client0
libjsonrpccpp-common0: No summary available for libjsonrpccpp-common0 in ubuntu noble.

No description available for libjsonrpccpp-common0 in ubuntu noble.

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

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

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-dbgsym: debug symbols for libjsonrpccpp-server0
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-dbgsym: No summary available for libjsonrpccpp-stub0-dbgsym in ubuntu noble.

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

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