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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Source: net-cpp
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders:
Mike Gabriel <sunweaver@debian.org>,
Marius Gripsgard <marius@ubports.com>,
Build-Depends: cmake,
cmake-extras (>= 1.5-5~),
debhelper-compat (= 13),
doxygen,
googletest,
graphviz,
libboost-dev,
libboost-serialization-dev,
libboost-system-dev,
libcurl4-openssl-dev,
libgtest-dev,
libjsoncpp-dev,
libprocess-cpp-dev (>= 3.0.2),
lsb-release,
pkgconf,
pkg-kde-tools,
python3-httpbin,
symlinks,
rdfind,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Section: libs
Homepage: https://gitlab.com/ubports/development/core/lib-cpp/net-cpp
Vcs-Git: https://salsa.debian.org/ubports-team/net-cpp.git
Vcs-Browser: https://salsa.debian.org/ubports-team/net-cpp/
Package: libnet-cpp2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
${shlibs:Depends},
Description: C++11 library for networking purposes - runtime library
Net-Cpp is a simple and straightforward networking library for C++11.
.
This package includes the net-cpp runtime libraries.
Package: libnet-cpp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: libnet-cpp2 (= ${binary:Version}),
${misc:Depends},
Description: C++11 library for networking purposes - development headers
Net-Cpp is a simple and straightforward networking library for C++11.
.
This package includes all the development headers and libraries for
net-cpp.
Package: libnet-cpp-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
Suggests: libnet-cpp-dev,
Multi-Arch: foreign
Description: Documentation files for libnet-cpp-dev
Net-Cpp is a simple and straightforward networking library for C++11.
.
This package includes the documentation files for the libnet-cpp
development.
|