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
|
Source: bcal
Section: misc
Priority: optional
Maintainer: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper (>= 11),
libc6-dev (>= 2.24),
libreadline-dev,
python3
Standards-Version: 4.2.1
Homepage: https://github.com/jarun/bcal
Vcs-Git: https://salsa.debian.org/debian/bcal.git
Vcs-Browser: https://salsa.debian.org/debian/bcal
Package: bcal
Architecture: amd64
Depends: ${shlibs:Depends},
${misc:Depends},
readline-common
Description: Command-line utility for storage conversions and calculations
Feature
.
- convert to IEC/SI standard data storage units
- show the address in bytes
- show address as LBA:OFFSET
- convert CHS to LBA and vice versa
- show binary, decimal and hex representation of a number
- custom sector size, max heads/cylinder and max sectors/track
- minimal dependencies
.
|