So, as i promise in my previous post i’m posting an update of the state of my project.

I have already packaged augeas, it’s a mixed package including a binary, a library, development files, and some extra files, i have already uploaded to my ppa to use it for testing, if you want to play with it feel free to include my ppa on your sources and mail me if you find some bugs :D

I’ve also uploaded it to revu so if you are a reviewer please check it, comment and Ack it when ready :D (if you are DD you can also check it on mentors.d.n and sponsor it for debian).

But what is augeas? Taken from the long description:

Augeas parses configuration files into a tree structure, which it exposes through its public API. Changes made through the API are written back to the initially read files.

The transformation works very hard to preserve comments and formatting details. It is controlled by “lens” definitions that describe the file format and the transformation into a tree.

So as a summary it is a cool, fun and easy way to manage config files!