1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: ascii
Section: utils
Priority: optional
Maintainer: Calogero Lo Leggio <kalos@nerdrug.org>
Build-Depends: debhelper-compat (= 13), xmlto
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: http://www.catb.org/~esr/ascii/
Vcs-Git: https://salsa.debian.org/kalos/ascii.git
Vcs-Browser: https://salsa.debian.org/kalos/ascii
Package: ascii
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: interactive ASCII name and synonym chart
The ascii utility provides easy conversion between various byte representations
and the American Standard Code for Information Interchange (ASCII) character
table. It knows about a wide variety of hex, binary, octal, Teletype mnemonic,
ISO/ECMA code point, slang names, XML entity names, and other representations.
Given any one on the command line, it will try to display all others. Called
with no arguments it displays a handy small ASCII chart.
|