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
|
Source: fastd
Section: net
Priority: optional
Maintainer: Matthias Schiffer <mschiffer@universe-factory.net>
Uploaders: Haiko Helmholz <jo-travolti@t-online.de>
Build-Depends: debhelper (>= 9), cmake (>= 2.8.7), bison (>= 2.5), pkg-config, libcap-dev, libuecc-dev (>= 6), libsodium-dev, libssl-dev, libjson-c-dev, dpkg-dev (>= 1.16.1~)
Standards-Version: 4.1.3
Homepage: https://projects.universe-factory.net/projects/fastd
Package: fastd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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-dbg
#Section: debug
#Priority: extra
#Architecture: any
#Depends: fastd (= ${binary:Version}), ${misc:Depends}
#Description: Fast and Secure Tunneling Daemon (debug symbols)
# Debug information for the fastd VPN daemon. Install if requested by the
# developer in a process to jointly find the cause of a reported problem.
|