File: control

package info (click to toggle)
bcal 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 208 kB
  • sloc: ansic: 1,792; python: 170; makefile: 41
file content (29 lines) | stat: -rw-r--r-- 889 bytes parent folder | download
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
 .