Source: cpr Priority: optional Section: libs Maintainer: Stephan Lachnit Build-Depends: debhelper-compat (= 13), cmake, libcurl4-openssl-dev | libcurl4-dev, Rules-Requires-Root: no Standards-Version: 4.7.2 Homepage: https://github.com/libcpr/cpr Vcs-Git: https://salsa.debian.org/debian/cpr.git Vcs-Browser: https://salsa.debian.org/debian/cpr Package: libcpr-dev Section: libdevel Architecture: any Multi-Arch: same Depends: ${misc:Depends}, libcpr1 (= ${binary:Version}), libcurl4-openssl-dev | libcurl4-dev, Description: C++ wrapper around libcurl inspired by Python Requests - development files C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project. . Despite its name, libcurl's easy interface is anything but, and making mistakes, misusing it is a common source of error and frustration. Using the more expressive language facilities of C++17, this library captures the essence of making network calls into a few concise idioms. . This package contains the cpr library development files. Package: libcpr1 Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends}, Description: C++ wrapper around libcurl inspired by Python Requests C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project. . Despite its name, libcurl's easy interface is anything but, and making mistakes, misusing it is a common source of error and frustration. Using the more expressive language facilities of C++17, this library captures the essence of making network calls into a few concise idioms. . This package contains the cpr shared library.