libbytesize 2.10-1ubuntu2 source package in Ubuntu

Changelog

libbytesize (2.10-1ubuntu2) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:01:54 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc

Downloads

File Size SHA-256 Checksum
libbytesize_2.10.orig.tar.gz 94.4 KiB 29407558eb3a5a09f3f35bb44b528d3c842ae9086040148ee7532f47dd8615fe
libbytesize_2.10-1ubuntu2.debian.tar.xz 4.6 KiB d2fba65b90bfa3aba0a4e9cc5df0d81fa4ef0bec4056b80af622fa2f5e37fbdc
libbytesize_2.10-1ubuntu2.dsc 2.7 KiB 11ec93ac844cc462b7a0e42a5a4e8f00aa96f80f1b1d3e5f0d6f397d52014fd3

Available diffs

View changes file

Binary packages built by this source

libbytesize-common: library for common operations with sizes in bytes - translations

 This package contains localization files used by libbytesize.

libbytesize-dev: library for common operations with sizes in bytes - development

 This package ships the header pkg-config files needed for building things
 against the libbytesize library.

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: debug symbols for libbytesize1
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.