Meta Configuration of Package augeas
13
1
<package name="augeas" project="openSUSE:Factory">
2
<title>A library for changing configuration files</title>
3
<description>A library for programmatically editing configuration files. Augeas
4
parses configuration files into a tree structure, which it exposes
5
through its public API. Changes made through the API are written back
6
to the initially read files.
7
8
The transformation works very hard to preserve comments and formatting
9
details. It is controlled by ``lens'' definitions that describe the
10
file format and the transformation into a tree.</description>
11
<devel project="devel:libraries:c_c++" package="augeas"/>
12
</package>
13