You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/patience/metadata.xml

22 lines
887 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
This library implements the \"patience diff\" algorithm, as well as the patience
algorithm for the longest increasing subsequence problem.
Patience diff computes the difference between two lists, for example the
lines of two versions of a source file. It provides a good balance of
performance, nice output for humans, and implementation simplicity. For more
information, see &lt;http://alfedenzo.livejournal.com/170301.html&gt; and
&lt;http://bramcohen.livejournal.com/73318.html&gt;.
New in version 0.1.1: relaxed @containers@ dependency, so it should build on
GHC 6.10.
</longdescription>
</pkgmetadata>