File: control

package info (click to toggle)
pinfo 0.6.13-1.3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 996 kB
  • sloc: ansic: 8,748; makefile: 111; sh: 31
file content (23 lines) | stat: -rw-r--r-- 982 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: pinfo
Section: doc
Priority: optional
Maintainer: Bas Zoetekouw <bas@debian.org>
Standards-Version: 4.3.0
Build-Depends: debhelper (>=11), gettext, libreadline-dev, libncursesw5-dev, texinfo, install-info
Homepage: https://github.com/baszoetekouw/pinfo

Package: pinfo
Architecture: any
Provides: info-browser
Depends: ${shlibs:Depends}, ${misc:Depends}, install-info
Description: user friendly console-based viewer for info-document
 Pinfo is user-friendly, console-based viewer for Info documents.
 .
 Info document is an old (pre-html) hypertextual docuemntation format that is
 tradionally used for documentation of GNU utilities. GNU's default reader for
 info pages (simply called "info") however is not very easy to use due to its
 arcane key bindings.
 .
 Pinfo provides a somewhat more userfriendly interface for reading info pages
 on the console.  It uses regular keybinding (cursor keys do what you expect,
 and navigating though a document is straightforward).