summaryrefslogtreecommitdiff
blob: 900379c4291c37bc2befa0feba12e2797c25dc14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>prometheanfire@gentoo.org</email>
	</maintainer>
	<longdescription lang="en">
	A library for programmatically editing configuration files. 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.
	</longdescription>
	<upstream>
		<remote-id type="github">hercules-team/augeas</remote-id>
	</upstream>
</pkgmetadata>