File: control

package info (click to toggle)
dpp 10.1.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 17,972 kB
  • sloc: cpp: 48,486; ansic: 7,991; php: 1,293; python: 80; sh: 60; makefile: 15
file content (64 lines) | stat: -rw-r--r-- 1,916 bytes parent folder | download
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
Source: dpp
Section: libs
Maintainer: Ben Westover <bjw@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 doxygen <!nodoc>,
 graphviz <!nodoc>,
 libopus-dev,
 libssl-dev,
 nlohmann-json3-dev,
 zlib1g-dev
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/debian/dpp.git
Vcs-Browser: https://salsa.debian.org/debian/dpp
Homepage: https://dpp.dev
Rules-Requires-Root: no

Package: libdpp10.1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ Discord API Bot Library - Version 10.1
 D++ is a lightweight and simple library for Discord written in modern
 C++. It is designed to cover as much of the API specification as
 possible and to have a incredibly small memory footprint, even when
 caching large amounts of data.

Package: libdpp-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 ${misc:Depends},
 libopus-dev,
 libssl-dev,
 nlohmann-json3-dev,
 zlib1g-dev,
 libdpp10.1 (= ${binary:Version})
Description: C++ Discord API Bot Library - development files
 D++ is a lightweight and simple library for Discord written in modern
 C++. It is designed to cover as much of the API specification as
 possible and to have a incredibly small memory footprint, even when
 caching large amounts of data.
 .
 This package contains development files for version 10.1 of the library.

Package: libdpp-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
 libjs-highlight.js,
 fonts-jetbrains-mono-web,
 doxygen-awesome-css
Build-Profiles: <!nodoc>
Description: C++ Discord API Bot Library - documentation
 D++ is a lightweight and simple library for Discord written in modern
 C++. It is designed to cover as much of the API specification as
 possible and to have a incredibly small memory footprint, even when
 caching large amounts of data.
 .
 This package contains documentation for version 10.1 of the library.