
A toolbox-like c++ library, with a diverse set of utilities:
* exception: generic exception classes and throw macros.
* sys: c++ "exception" wrappers for a wide range of system c functions.
* cap: capabilities c++ wrapper.
* charsetmagic: charset guessing.
* recoder: charset recoding.
* time: misc date and time utilities.
* file: misc file utilities.
* text: misc string utilities.
* http/: minimal http implementiation.
* posixregex: simple wrapper for c 'regexec'.
* quotainfo: wrapper to fs quota information.
* smlog[mono]: syslog macro log.
* socket: simple socket abstraction (inet+unix).
* thread: process based pseudo thread abstraction.
* cmdline: create cli-like programs.
* getopt: abstraction of gnu c getopt_long(3).
this package provides all files needed for development.