libbitarray 2.0-2 source package in Ubuntu

Changelog

libbitarray (2.0-2) unstable; urgency=medium

  * Fix autopkgtest
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.

 -- Andreas Tille <email address hidden>  Mon, 28 Nov 2022 15:20:29 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
libbitarray_2.0-2.dsc 2.0 KiB d8d75b5cf5728abefacbed32a3ce59eb54a18905ef0bbdd79fc4c3a6930eb8df
libbitarray_2.0.orig.tar.gz 50.7 KiB 1e46c1b878d20ee95cb3f3be79842042d1a32f90bc0c2e0e0eb74c137f29077d
libbitarray_2.0-2.debian.tar.xz 4.7 KiB c3f91cfd9e6e644ff7de8b2079fc0172eb58eb5a8a812bd1bea6a76e0d020337

Available diffs

No changes file available.

Binary packages built by this source

libbitarray-dev: library for bit arrays

 Bit arrays are arrays of bits (values zero or one). This is a convenient
 and efficient implementation for C/C++. Arrays can be enlarged or shrunk
 as needed.
 .
 Bit arrays are initialised to zero when created or extended. All
 operations have their bounds checked - an "Out of bounds" error is
 printed if you try to access a bit with index >= length. Arrays of
 length 0 are permitted. Indices must be >= 0.