1234567891011121314151617181920212223 |
- Package: libjsonrpccpp-tools
- Source: libjson-rpc-cpp
- Version: 0.7.0-1build2+1
- Architecture: amd64
- Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Installed-Size: 30
- Depends: libjsonrpccpp-stub0 (= 0.7.0-1build2+1), libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1)
- Suggests: libjsonrpccpp-dev
- Section: libdevel
- Priority: extra
- Homepage: https://github.com/cinemast/libjson-rpc-cpp
- Description: 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.
- Original-Maintainer: Peter Spiess-Knafl <dev@spiessknafl.at>
|