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
|
Source: sacc
Section: net
Priority: optional
Maintainer: Paride Legovini <paride@debian.org>
Build-Depends:
debhelper-compat (= 13),
libncurses-dev,
libtls-dev,
Standards-Version: 4.6.1
Homepage: gopher://bitreich.org/1/scm/sacc
Vcs-Git: https://salsa.debian.org/debian/sacc.git
Vcs-Browser: https://salsa.debian.org/debian/sacc/
Rules-Requires-Root: no
Package: sacc
Architecture: any
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
Description: simple terminal gopher client
sacc(omys) is a terminal gopher client. It it written in C and meant
to be simple, fast, and secure. It has no support for other protocols,
however it will handle URIs and files that can't be opened natively by
calling xdg-open.
.
Gopher is a simple protocol to retrieve hierarchical information.
It is strongly oriented towards a menu-document design and presented an
alternative to the World Wide Web in its early stages, but ultimately
HTTP became the dominant protocol. Gopher is still in use by enthusiasts:
a small population of actively-maintained servers remains.
|