In this library I've collect some usefull C++ classes

Config - general Config class for all my programs (using libxml2 library)
RegularExpr - Glibc's regular expressions
Err    - general exception class
Color	- support for color output in text mode, using ncurses

See following programs as an example of using this library:
    osec
    colorifer
    alternatives

You need following libraries to compile libing:
    pcre
    libxml2
    ncurses
