control 1.1 KB

12345678910111213141516171819202122232425
  1. Package: libjsonrpccpp-dev
  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: 655
  7. Depends: libcurl4-openssl-dev | libcurl4-nss-dev, libjsoncpp-dev, libjsonrpccpp-client0 (= 0.7.0-1build2+1), libjsonrpccpp-common0 (= 0.7.0-1build2+1), libjsonrpccpp-server0 (= 0.7.0-1build2+1), libjsonrpccpp-stub0 (= 0.7.0-1build2+1), libmicrohttpd-dev
  8. Section: libdevel
  9. Priority: extra
  10. Homepage: https://github.com/cinemast/libjson-rpc-cpp
  11. Description: development files for JSON-RPC C++ framework
  12. This package provides all required developer resources like header-files
  13. and statically linked libraries of the libjson-rpc-cpp framework.
  14. .
  15. Features of this framework include:
  16. .
  17. * Type checking
  18. * Malformed request handling
  19. * Handling batch procedure calls
  20. * JSON-RPC Method invocation
  21. * JSON-RPC Notification invocation
  22. * Simple Interface for implementing additional Server-Connectors beside HTTP
  23. * Positional and named parameters
  24. Original-Maintainer: Peter Spiess-Knafl <dev@spiessknafl.at>