[ 原始碼: libjson-rpc-cpp ]
套件:libjsonrpccpp-server0(0.7.0-2.1)
libjsonrpccpp-server0 的相關連結
Debian 的資源:
下載原始碼套件 libjson-rpc-cpp:
- [libjson-rpc-cpp_0.7.0-2.1.dsc]
- [libjson-rpc-cpp_0.7.0.orig.tar.gz]
- [libjson-rpc-cpp_0.7.0-2.1.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [github.com]
相似套件:
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 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支援函式庫
-
- dep: libjsoncpp25 (>= 1.9.5)
- library for reading and writing JSON for C++
-
- dep: libjsonrpccpp-common0
- common functionality for server and client library
-
- dep: libmicrohttpd12 (>= 0.9.50)
- library embedding HTTP server functionality
-
- dep: libstdc++6 (>= 11)
- GNU Standard C++ Library v3
-
- sug: libjsonrpccpp-tools
- stub generator for libjsonrpccpp based applications