aboutsummaryrefslogtreecommitdiff
path: root/Src/external_dependencies/cpr/package-build/debian-libcpr/control
blob: e4526b1c56c66a03ab91d8f4fd996d231b61be2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: libcpr
Section: libs
Priority: optional
Maintainer: Philip Saendig <philip.saendig@gmail.com>
Build-Depends:
 debhelper-compat (= 12),
 cmake,
 libcurl4-openssl-dev,
 libssl-dev,
Standards-Version: 4.5.0
Homepage: https://github.com/libcpr/cpr

Package: libcpr-dev
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, libcpr1
Description: 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: libcpr1
Architecture: any
Multi-Arch: same
Pre-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.