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
|
Source: fastd
Section: net
Priority: optional
Maintainer: Debian CommunityWLAN Team <team+communitywlan@tracker.debian.org>
Uploaders:
Haiko Helmholz <jo-travolti@t-online.de>,
Sven Eckelmann <sven@narfation.org>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/NeoRaider/fastd
Vcs-Git: https://salsa.debian.org/communitywlan-team/fastd.git -b debian/unstable
Vcs-Browser: https://salsa.debian.org/communitywlan-team/fastd
Build-Depends:
bison,
debhelper-compat (= 13),
meson,
libcap-dev,
libjson-c-dev,
libmnl-dev,
libsodium-dev,
libssl-dev,
libuecc-dev,
pkg-config,
python3-sphinx,
python3-sphinx-rtd-theme,
Package: fastd
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
fastd-doc,
Description: Fast and Secure Tunneling Daemon
A VPN daemon that has many features of OpenVPN and Tinc and is optimized
for small code size and small number of dependencies. Fastd became
popular on small devices like routers.
Package: fastd-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
libjs-mathjax,
${misc:Depends},
${sphinxdoc:Depends},
Built-Using:
${sphinxdoc:Built-Using},
Description: Fast and Secure Tunneling Daemon (documentation)
A VPN daemon that has many features of OpenVPN and Tinc and is optimized
for small code size and small number of dependencies. Fastd became
popular on small devices like routers.
.
This package provides the documentation for fastd.
|