summaryrefslogtreecommitdiff
path: root/dev-python/daff/metadata.xml
blob: 6f4258f66a0ab386a42b7599a5b89ef4b8880d57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="person">
  <email>vowstar@gmail.com</email>
  <name>Huang Rui</name>
 </maintainer>
 <longdescription lang="en">
	daff: data diff. daff can produce and apply tabular diffs.
	This is a library for comparing tables, producing a summary of their
	differences, and using such a summary as a patch file. It is optimized for
	comparing tables that share a common origin, in other words multiple
	versions of the "same" table.
	</longdescription>
 <upstream>
  <maintainer>
   <email>paul@robotrebuilt.com</email>
   <name>Paul Fitzpatrick</name>
  </maintainer>
  <bugs-to>https://github.com/paulfitz/daff/issues</bugs-to>
 </upstream>
 <origin>gentoo-guru-overlay</origin>
</pkgmetadata>