libwibble 1.1-3 source package in Ubuntu

Changelog

libwibble (1.1-3) unstable; urgency=medium

  * QA upload.
  * debian/patches/ftbfs-gcc11.patch: New. Remove dynamic exception
    specifications (Closes: #984211).

 -- Marcos Talau <email address hidden>  Sat, 07 Jan 2023 15:20:39 -0300

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
libwibble_1.1-3.dsc 1.7 KiB 5c47ca7c691ea46fb13019573e2fb0adf0c70a4a2a0988de0c2bc20faf3f7fbc
libwibble_1.1.orig.tar.gz 145.6 KiB 29d5894ca98796f5b79b60357fa9956705409d923a002ab6d4eba31d73d78a95
libwibble_1.1-3.debian.tar.xz 8.9 KiB 135d9b5b5e6b49fa297224b809838810f66957ae716b2b7a20a9ca5ad09e009c

Available diffs

No changes file available.

Binary packages built by this source

libwibble-dev: Library of various useful C++ code

 libwibble collects the foundation code that has been used over time
 in various C++ projects by Peter Rockai and Enrico Zini, so that it can
 be maintained properly and in a single place.
 .
 The code has minimal dependencies, a test suite, and can be used either as an
 external library or embedded in projects based on either cmake or autotools.
 .
 The library contains:
  * an exception hierarchy;
  * various useful mixin classes;
  * shortcuts for set operations;
  * a featureful self-documenting commandline parser that also supports
    cvs/svn-style subcommands;
  * two different unit-testing system, a tut-based and a custom one;
  * a non-intrusive polymorphic envelope;
  * a logging system;
  * string functions, like splitting, path manipulation, regular
    expressions and word wrapping;
  * system functions, like directory iteration, file manipulation, process
    control, thread functions;
  * gregorian calendar operations.