libbytesize 2.11-2 source package in Ubuntu

Changelog

libbytesize (2.11-2) unstable; urgency=medium

  * Team upload

  [ Sebastien Bacher ]
  * enable upstream tests during the build and as autopkgtests

 -- Michael Biebl <email address hidden>  Tue, 25 Feb 2025 13:24:38 +0100

Upload details

Uploaded by:
Utopia Maintenance Team
Uploaded to:
Sid
Original maintainer:
Utopia Maintenance Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release main misc
Plucky release main misc

Downloads

File Size SHA-256 Checksum
libbytesize_2.11-2.dsc 2.3 KiB 4e31b753e397062614a373805c10d70671191dd437f235dcf4e69c79d4668691
libbytesize_2.11.orig.tar.gz 95.2 KiB 794fc1804dd16ff0d5a505dbab2dd84c174d1159f4a58f3764fee1c8e5d949ca
libbytesize_2.11-2.debian.tar.xz 4.5 KiB 96261636a6992597aa70bb95dd2f6e2915820e33dbfc31d732a2af6a9e33330d

No changes file available.

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.