[ 源代码: libjson-rpc-cpp ]
软件包:libjsonrpccpp-stub0(0.7.0-1 以及其他的)
libjsonrpccpp-stub0 的相关链接
Debian 的资源:
下载源码包 libjson-rpc-cpp:
- [libjson-rpc-cpp_0.7.0-1.dsc]
- [libjson-rpc-cpp_0.7.0.orig.tar.gz]
- [libjson-rpc-cpp_0.7.0-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
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 有关的软件包
|
|
|
|
-
- dep: libargtable2-0 (>= 7)
- Library for parsing GNU style command line arguments
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.4) [armhf, i386]
-
- dep: libgcc1 (>= 1:3.0) [除 armhf]
- GCC 支持库
- dep: libgcc1 (>= 1:3.5) [armhf]
-
- dep: libjsoncpp1 (>= 1.7.4)
- library for reading and writing JSON for C++
-
- dep: libjsonrpccpp-common0
- common functionality for server and client library
-
- dep: libstdc++6 (>= 5.2)
- GNU 标准 C++ 库,第3版
-
- sug: libjsonrpccpp-tools
- stub generator for libjsonrpccpp based applications