libbytesize 2.2-1 source package in Ubuntu
Changelog
libbytesize (2.2-1) unstable; urgency=medium * Team upload * New upstream version 2.2 * Bump Standards-Version to 4.5.0 -- Michael Biebl <email address hidden> Wed, 12 Feb 2020 15:49:31 +0100
Upload details
- Uploaded by:
- Utopia Maintenance Team
- Uploaded to:
- Sid
- Original maintainer:
- Utopia Maintenance Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libbytesize_2.2-1.dsc | 2.1 KiB | dd778558b9e4774ad0489fa31e610e2e10a120e9fe93ca5dd60a29e2ee2be7e3 |
libbytesize_2.2.orig.tar.gz | 83.7 KiB | e2063d5123fca5c347d561a032e406b9b72b94f3c30f7159bb4619c5aef02ef4 |
libbytesize_2.2-1.debian.tar.xz | 3.1 KiB | 8be0f1854b1db6deec8bacae8fb4672e43d6da16025dcfb79b8ac5bddc52b320 |
Available diffs
No changes file available.
Binary packages built by this source
- libbytesize-dev: No summary available for libbytesize-dev in ubuntu groovy.
No description available for libbytesize-dev in ubuntu groovy.
- libbytesize1: 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-dbgsym: No summary available for libbytesize1-dbgsym in ubuntu groovy.
No description available for libbytesize1-dbgsym in ubuntu groovy.
- python3-bytesize: Python 3 bindings for libbytesize
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.
.
This package contains bindings for libbytesize in Python3.