libwibble 1.1-1build1 source package in Ubuntu

Changelog

libwibble (1.1-1build1) wily; urgency=medium

  * Build using GCC 5.

 -- Matthias Klose <email address hidden>  Fri, 10 Jul 2015 17:14:47 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Wily
Original maintainer:
Enrico Zini
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe libdevel

Downloads

File Size SHA-256 Checksum
libwibble_1.1.orig.tar.gz 145.6 KiB 29d5894ca98796f5b79b60357fa9956705409d923a002ab6d4eba31d73d78a95
libwibble_1.1-1build1.diff.gz 7.1 KiB b54d341ffcb1e4bbb4635a97036d462f983d0c251009ec47dda322542e3cc2c6
libwibble_1.1-1build1.dsc 1.8 KiB 82efd35c69b46a4cb2f48aa80095c9045c1f49ba719590c7a044dc2a2f3b54cd

Available diffs

View changes file

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.