1
0

control 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Source: libcpr
  2. Section: libs
  3. Priority: optional
  4. Maintainer: Philip Saendig <[email protected]>
  5. Build-Depends:
  6. debhelper-compat (= 12),
  7. cmake,
  8. libcurl4-openssl-dev,
  9. libssl-dev,
  10. Standards-Version: 4.5.0
  11. Homepage: https://github.com/libcpr/cpr
  12. Package: libcpr-dev
  13. Architecture: any
  14. Multi-Arch: same
  15. Pre-Depends: ${misc:Pre-Depends}
  16. Depends: ${misc:Depends}, ${shlibs:Depends}, libcpr1
  17. Description: C++ wrapper around the libcurl library - development kit
  18. This package contains the header files and development
  19. libraries of cpr, Curl for People.
  20. .
  21. The project is inspried by the Python Request project.
  22. Using the more expressive language facilities of C++11,
  23. it captures the essence of making network calls into a
  24. few concise idioms.
  25. Package: libcpr1
  26. Architecture: any
  27. Multi-Arch: same
  28. Pre-Depends: ${misc:Pre-Depends}
  29. Depends: ${misc:Depends}, ${shlibs:Depends},
  30. Description: C++ wrapper around the libcurl library - runtime library
  31. This package contains the runtime, shared library of cpr,
  32. Curl for People.
  33. .
  34. The project is inspried by the Python Request project.
  35. Using the more expressive language facilities of C++11,
  36. it captures the essence of making network calls into a
  37. few concise idioms.