libbytesize 2.10-ok1 source package in openKylin

Changelog

libbytesize (2.10-ok1) nile; urgency=high

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Wed, 29 May 2024 10:10:50 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luoyaoming
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
libs
Urgency:
Very Urgent

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main libs

Downloads

File Size SHA-256 Checksum
libbytesize_2.10.orig.tar.gz 94.4 KiB 29407558eb3a5a09f3f35bb44b528d3c842ae9086040148ee7532f47dd8615fe
libbytesize_2.10-ok1.debian.tar.xz 3.1 KiB 5f8652373474ce0f0658d7326239742f0e4930cfa8cc4c7c27f69860ed664cae
libbytesize_2.10-ok1.dsc 2.4 KiB d817b9592997d789b1d15c6a0a0cf53370160b0d0f6d9a5c9b3af7b083a88f3d

View changes file

Binary packages built by this source

libbytesize-common: No summary available for libbytesize-common in openkylin nile.bedrock.

No description available for libbytesize-common in openkylin nile.bedrock.

libbytesize-dev: No summary available for libbytesize-dev in openkylin nile.bedrock.

No description available for libbytesize-dev in openkylin nile.bedrock.

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?
  * 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-dbgsym: No summary available for libbytesize1-dbgsym in openkylin nile.bedrock.

No description available for libbytesize1-dbgsym in openkylin nile.bedrock.

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?
  * 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.
 .
 This package contains bindings for libbytesize in Python3.