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 40
|
Source: curlpp
Priority: optional
Maintainer: Aloïs Micard <creekorful@debian.org>
Uploaders: Ximin Luo <infinity0@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
g++ (>= 4:7),
libboost-dev (>= 1.33),
libcurl4-openssl-dev | libcurl4-dev
Build-Conflicts: libcurl4-nss-dev
Standards-Version: 4.6.0
Rules-Requires-Root: no
Section: libs
Homepage: http://www.curlpp.org/
Vcs-Git: https://salsa.debian.org/creekorful/curlpp.git
Vcs-Browser: https://salsa.debian.org/creekorful/curlpp
Package: libcurlpp0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: c++ wrapper for libcurl
curlpp provides a C++ wrapper for the libcurl library
.
This package provides the shared libraries needed to run
programs using curlpp.
Package: libcurlpp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libcurlpp0 (= ${binary:Version}),
libcurl4-openssl-dev | libcurl4-dev
Conflicts: libcurl4-nss-dev
Description: c++ wrapper for libcurl (development files)
curlpp provides a C++ wrapper for the libcurl library
.
This package provides the include files and static libraries
needed to build programs using curlpp.
|