1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: ascii
Section: utils
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Build-Depends: debhelper-compat (= 13), asciidoctor
Standards-Version: 4.7.3
Homepage: http://www.catb.org/~esr/ascii/
Vcs-Git: https://salsa.debian.org/debian/ascii.git
Vcs-Browser: https://salsa.debian.org/debian/ascii
Package: ascii
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: interactive ASCII name and synonym chart
The ascii utility is a command-line tool for converting between the ASCII
character table and various byte representations. It understands a wide range
of formats, including hexadecimal, binary, octal, Teletype mnemonics,
ISO/ECMA code points, slang names, XML entity names, and others.
Given any representation on the command line, ascii attempts to display all
corresponding forms. When invoked without arguments, it displays a compact
and convenient ASCII chart.
|