control 1.0 KB

1234567891011121314151617181920212223
  1. Package: libjsonrpccpp-tools
  2. Source: libjson-rpc-cpp
  3. Version: 0.7.0-1build2+1
  4. Architecture: amd64
  5. Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
  6. Installed-Size: 30
  7. Depends: libjsonrpccpp-stub0 (= 0.7.0-1build2+1), libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1)
  8. Suggests: libjsonrpccpp-dev
  9. Section: libdevel
  10. Priority: extra
  11. Homepage: https://github.com/cinemast/libjson-rpc-cpp
  12. Description: stub generator for libjsonrpccpp based applications
  13. This package provides the stub generator for the libjson-rpc-cpp framework.
  14. It can automatically generate full functioning C++ and JavaScript JSON-RPC
  15. Client classes, which are ready to use.
  16. .
  17. For JSON-RPC Server applications, this tool can generate an abstract C++ class
  18. which just has to be sub classed and implement all pure virtual methods. To
  19. make this possible, a simple interface description file (in the JSON format)
  20. is required, which lists all available methods with corresponding parameters
  21. and types.
  22. Original-Maintainer: Peter Spiess-Knafl <dev@spiessknafl.at>