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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
Source: gnunet
Section: net
Priority: optional
Maintainer: Thomas Liang <rt1omas@protonmail.com>
Build-Depends:
autoconf (>=2.59),
automake (>=1.11.1),
autopoint,
debhelper-compat (= 12),
gettext,
iptables,
libbluetooth-dev,
libcurl4-gnutls-dev (>=7.35.0),
libextractor-dev (>=1:0.6.3),
libgcrypt20-dev (>=1.6),
libgnutls28-dev (>=3.2.12),
libidn2-dev,
libjansson-dev,
libltdl-dev (>=2.2),
libmicrohttpd-dev (>=0.9.63),
libogg-dev (>=1.3.0),
libopus-dev (>=1.0.1),
libpq-dev (>=9.5),
libpulse-dev (>=2.0),
libsodium-dev (>=1.0.11),
libsqlite3-dev (>=3.8),
libunistring-dev (>=0.9.2),
libzbar-dev (>=0.10),
miniupnpc,
net-tools,
po-debconf,
python3-dev,
texinfo (>=5.2),
zlib1g-dev
Build-Conflicts:
autoconf2.13,
automake1.4
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/gnunet.git
Vcs-browser: https://salsa.debian.org/debian/gnunet
Homepage: https://gnunet.org/
Package: libgnunet
Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
lsb-base,
netbase,
${misc:Depends},
${shlibs:Depends}
Description: libraries of GNU's framework for secure peer-to-peer networking.
GNUnet is a framework for secure peer-to-peer networking that does not use any
centralized or otherwise trusted services. Its high-level goal is to provide a
strong free software foundation for a global network that provides security
and in particular respects privacy.
.
GNUnet started with an idea for anonymous censorship-resistant file-sharing,
but has grown to incorporate other applications as well as many generic
building blocks for secure networking applications. In particular, GNUnet now
includes the GNU Name System, a privacy-preserving, decentralized public key
infrastructure.
Package: gnunet
Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
libgnunet (= ${binary:Version}),
adduser,
lsb-base,
netbase,
${misc:Depends},
${shlibs:Depends}
Recommends:
libnss3-tools,
openssl
Suggests:
miniupnpc,
texlive (>=2012)
Description: GNU's framework for secure peer-to-peer networking (meta)
GNUnet is a framework for secure peer-to-peer networking that does not use any
centralized or otherwise trusted services. Its high-level goal is to provide a
strong free software foundation for a global network that provides security
and in particular respects privacy.
.
GNUnet started with an idea for anonymous censorship-resistant file-sharing,
but has grown to incorporate other applications as well as many generic
building blocks for secure networking applications. In particular, GNUnet now
includes the GNU Name System, a privacy-preserving, decentralized public key
infrastructure.
Package: libgnunet-dev
Section: libdevel
Architecture: any
Depends:
libgnunet (= ${binary:Version}),
libextractor-dev (>=1:0.6.3),
libgcrypt20-dev (>=1.6),
libmicrohttpd-dev (>=0.9.33),
${misc:Depends}
Description: GNU's framework for secure peer-to-peer networking (development)
GNUnet is a framework for secure peer-to-peer networking that does not use any
centralized or otherwise trusted services. Its high-level goal is to provide a
strong free software foundation for a global network that provides security
and in particular respects privacy.
.
GNUnet started with an idea for anonymous censorship-resistant file-sharing,
but has grown to incorporate other applications as well as many generic
building blocks for secure networking applications. In particular, GNUnet now
includes the GNU Name System, a privacy-preserving, decentralized public key
infrastructure.
.
This package contains the development files.
|