File: control

package info (click to toggle)
bindechexascii 0.0%2B20140524.git7dcd86-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 144 kB
  • ctags: 23
  • sloc: ansic: 565; makefile: 28
file content (24 lines) | stat: -rw-r--r-- 1,055 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: bindechexascii
Section: math
Priority: optional
Maintainer: Marcio de Souza Olivera <m.desouza20@gmail.com>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Homepage: https://github.com/xfuw89/BinDecHexAscii
Vcs-Browser: https://github.com/marciosouza20/bindechexascii.git
Vcs-Git: git://github.com/marciosouza20/bindechexascii.git

Package: bindechexascii
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple ASCII,binary,decimal and hex converter
 The bindechexascii is a program that convert the argument from standard
 input to the numbering system or character set (ASCII) specified in the
 option and print the result on the screen. That way you can perform the
 following conversion: binary to decimal, binary to hex, binary to ASCII,
 decimal to binary, decimal to hex, decimal to ASCII, hex to binary, hex
 to decimal, hex to ASCII, ASCII to binary, ASCII to decimal, ASCII to
 hex.
 .
 It's different from packages like iprint showing all results (binary,
 hexadecimal,ASCII,octal) for any argument.