[Debian-med-packaging] Bug#1021377: ITP: libbitarray -- library for bit arrays
Andreas Tille
tille at debian.org
Fri Oct 7 07:03:45 BST 2022
Package: wnpp
Severity: wishlist
Subject: ITP: libbitarray -- library for bit arrays
Package: wnpp
Owner: Andreas Tille <tille at debian.org>
Severity: wishlist
* Package name : libbitarray
Version : 2.0
Upstream Author : Isaac Turner <turner.isaac at gmail.com>
* URL : https://github.com/noporpoise/BitArray
* License : CCO
Programming Lang: C
Description : 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.
Remark: This package is maintained by Debian Med Packaging Team at
https://salsa.debian.org/med-team/libbitarray
More information about the Debian-med-packaging
mailing list