[ 源代码: libbytesize ]
软件包:libbytesize1(2.11-1)
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? * How to handle sizes bigger than MAXUINT64? * 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.11-1)
- library for common operations with sizes in bytes - translations
-
- dep: libc6 (>= 2.38)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgmp10 (>= 2:6.3.0+dfsg)
- 多精度运算库
-
- dep: libmpfr6 (>= 3.1.3)
- multiple precision floating-point computation
-
- dep: libpcre2-8-0 (>= 10.22)
- 新版 Perl 兼容的正则表达式库 - 8比特运行时文件