[ 原始碼: libbytesize ]
套件: libbytesize1 (2.6-1)
libbytesize1 的相關超連結
Trisquel 的資源:
下載原始碼套件 libbytesize:
維護者:
Original Maintainers:
- Utopia Maintenance Team (郵件存檔)
- Martin Pitt
外部的資源:
- 主頁 [github.com]
相似套件:
library for common operations with sizes in bytes
Many projects need to work with sizes in bytes (be it sizes of storage space, memory,...) and all of them need to deal with the same issues like:
* How to get a human-readable string for the given size? * How to store the given size so that no significant information is lost? * If we store the size in bytes, what if the given size gets over the MAXUINT64 value? How to interpret sizes entered by users according to their locale and typing conventions? * How to deal with the decimal/binary units (MB vs. MiB) ambiguity?
This library aims to be as much generally usable as possible, small, fast and be easily interfaced from other languages.
其他與 libbytesize1 有關的套件
|
|
|
-
- dep: libbytesize-common (= 2.6-1)
- library for common operations with sizes in bytes - translations
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- dep: libc6 (>= 2.8) [armhf, i386]
-
- dep: libgmp10
- Multiprecision arithmetic library
-
- dep: libmpfr6 (>= 3.1.3)
- multiple precision floating-point computation
-
- dep: libpcre2-8-0 (>= 10.22)
- New Perl Compatible Regular Expression Library- 8 bit runtime files