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
|
Source: gophernicus
Section: net
Priority: optional
Maintainer: Ryan Kavanagh <rak@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-exec,
libwrap0-dev,
Standards-Version: 4.5.1
Homepage: https://gophernicus.org/
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/gophernicus
Vcs-Git: https://salsa.debian.org/debian/gophernicus.git
Package: gophernicus
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
adduser
Description: modern, full-featured gopher daemon
gophernicus is a modern, full-featured gopher daemon written with security in
mind. Its features include:
* automatic gophermap generation for directories
* personal gopherspaces
* virtual hosting
* most parts of cge CGI/1.1 standard
* selector rewriting
* session tracking, throttling, and statistics
* tls/ssl and proxy support
|