| 123456789101112131415161718192021222324252627282930313233343536373839 | Source: libcprSection: libsPriority: optionalMaintainer: Philip Saendig <[email protected]>Build-Depends: debhelper-compat (= 12), cmake, libcurl4-openssl-dev, libssl-dev,Standards-Version: 4.5.0Homepage: https://github.com/libcpr/cprPackage: libcpr-devArchitecture: anyMulti-Arch: samePre-Depends: ${misc:Pre-Depends}Depends: ${misc:Depends}, ${shlibs:Depends}, libcpr1Description: C++ wrapper around the libcurl library - development kit This package contains the header files and development libraries of cpr, Curl for People. . The project is inspried by the Python Request project. Using the more expressive language facilities of C++11, it captures the essence of making network calls into a few concise idioms.Package: libcpr1Architecture: anyMulti-Arch: samePre-Depends: ${misc:Pre-Depends}Depends: ${misc:Depends}, ${shlibs:Depends},Description: C++ wrapper around the libcurl library - runtime library This package contains the runtime, shared library of cpr, Curl for People. . The project is inspried by the Python Request project. Using the more expressive language facilities of C++11, it captures the essence of making network calls into a few concise idioms.
 |