Use https by default
[gentoo.git] / dev-python / diff-match-patch / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>python</herd>
5         <maintainer>
6                 <email>aidecoe@gentoo.org</email>
7                 <name>Amadeusz Żołnowski</name>
8         </maintainer>
9         <longdescription lang="en">The Diff Match and Patch libraries offer robust algorithms to perform
10                 the operations required for synchronizing plain text.
11                 Diff: Compare two blocks of plain text and efficiently return a list of
12                 differences.
13                 Match: Given a search string, find its best fuzzy match in a block of
14                 plain text. Weighted for both accuracy and location.
15                 Patch: Apply a list of patches onto plain text. Use best-effort to apply
16                 patch even when the underlying text doesn't match.
17                 Diff Match and Patch libraries are currently available in Java,
18                 JavaScript, C++, C#, Objective C, Lua and Python, although this package
19                 contains only Python implementation.  Regardless of language, each
20                 library features the same API and the same functionality.  All versions
21                 also have comprehensive test harnesses.</longdescription>
22         <upstream>
23                 <remote-id type="pypi">diff-match-patch</remote-id>
24         </upstream>
25 </pkgmetadata>