control 1.1 KB

1234567891011121314151617181920212223242526
  1. Package: libjsonrpccpp-stub0-dbg
  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: 521
  7. Depends: libjsonrpccpp-common0-dbg (= 0.7.0-1build2+1), libjsonrpccpp-stub0 (= 0.7.0-1build2+1)
  8. Suggests: libjsonrpccpp-tools
  9. Section: debug
  10. Priority: extra
  11. Homepage: https://github.com/cinemast/libjson-rpc-cpp
  12. Description: debugging symbols for libjsonrpccpp-stub0
  13. This package provides the stub generator library for the libjson-rpc-cpp
  14. framework. It can automatically generate full functioning C++ and JavaScript
  15. JSON-RPC Client classes, which are ready to use.
  16. .
  17. For JSON-RPC Server applications, this library can generate an abstract C++
  18. class which just has to be sub classed and implement all pure virtual methods.
  19. To make this possible, a interface description file (in the JSON format)
  20. is required, which lists all available methods with corresponding parameters
  21. and types.
  22. .
  23. This package contains the debugging symbols for libjsonrpccpp-common0.
  24. Build-Ids: ef31a74d4b02881f9a5a95836ec2ec24603ee656
  25. Original-Maintainer: Peter Spiess-Knafl <dev@spiessknafl.at>