Hi all,
Some months ago i rewrote the backend of simple-netaid, and now i'm
spending good time doing the same with the frontend.
Reading documents, i found some useful features in the boost c++
libraries:
https://www.boost.org/
Only *boost-iostream* and *boost-filesystem* are required in
simple-netaid so far, even though I could do the same job using only the
stardard c++11, of course.
I say this because once somebody said (here, in the mailing list) "no
more wraps, please", but maybe referring to dbus or something similar [*].
What do you think of?
Cheers,
Aitor.
[*] git-buildpackage is a wrap for dpkg-buildpackage and it's cool.