summaryrefslogtreecommitdiff
blob: 14c1b6f3de847b7d429500362426697481ed2654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<longdescription>
		A python tool that figures out the differences between two
		similar XML files, in the same way the diff utility does.
		Xmldiff was initially developed for the Narval project and could also be
		used as a library or as a command line tool. It can work either with XML
		files or DOM trees.
	</longdescription>
	<upstream>
		<remote-id type="github">Shoobx/xmldiff</remote-id>
	</upstream>
</pkgmetadata>