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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: libkibi
Section: libs
Priority: optional
Maintainer: Benjamin Drung <bdrung@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf
Standards-Version: 3.9.8
Homepage: https://launchpad.net/libkibi
Vcs-Git: https://salsa.debian.org/debian/libkibi.git
Vcs-Browser: https://salsa.debian.org/debian/libkibi
Package: libkibi0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for byte prefixes
This library is designed for formatting sizes in bytes for display. The user
can configure a preferred prefix style.
.
Three different types of byte prefixes can be selected:
* kB, MB, GB with base 1000 (base10)
* KiB, MiB, GiB with base 1024 (base2)
* KB, MB, GB with base 1024 (historic)
Package: libkibi-dbg
Section: debug
Architecture: any
Multi-Arch: same
Priority: extra
Depends: libkibi0 (= ${binary:Version}), ${misc:Depends}
Description: library for byte prefixes (debugging symbols)
This library is designed for formatting sizes in bytes for display. The user
can configure a preferred prefix style.
.
Three different types of byte prefixes can be selected:
* kB, MB, GB with base 1000 (base10)
* KiB, MiB, GiB with base 1024 (base2)
* KB, MB, GB with base 1024 (historic)
.
This package contains the debugging symbols.
Package: libkibi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkibi0 (= ${binary:Version}), ${misc:Depends}
Description: library for byte prefixes (development files)
This library is designed for formatting sizes in bytes for display. The user
can configure a preferred prefix style.
.
Three different types of byte prefixes can be selected:
* kB, MB, GB with base 1000 (base10)
* KiB, MiB, GiB with base 1024 (base2)
* KB, MB, GB with base 1024 (historic)
.
This package contains the development files.
|