libwibble 0.2.3-1 source package in Ubuntu

Changelog

libwibble (0.2.3-1) unstable; urgency=low


  * New upstream version
     - reverted an accidental API-incompatible change in sys::fs::stat
     - use flock instead of flock64, which is missing on hurd and should do
       the right thing

 -- Enrico Zini <email address hidden>  Sun, 20 Oct 2013 23:36:36 +0200

Upload details

Uploaded by:
Enrico Zini
Uploaded to:
Sid
Original maintainer:
Enrico Zini
Architectures:
any
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libwibble_0.2.3-1.dsc 1.8 KiB 611502861e1aeef79abd88e7bf257ace4433804ef30394d24317c28837811852
libwibble_0.2.3.orig.tar.gz 144.0 KiB 9787e7938b10955fd3fab82f1f16ea6135324a666a0c5943dfcb153fe9af54f3
libwibble_0.2.3-1.diff.gz 6.9 KiB ec6b8446dab91147ec44a576eb9c1ebaa2a7d4f9f3e1f2d990aae2397d5ca0aa

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.