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/edit-distance-vector/metadata.xml

23 lines
705 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>
An implementation of the Wagner-Fischer dynamic programming algorithm to
find the optimal edit script and cost between two sequences.
The implementation in this package is specialised to sequences represented
with "Data.Vector" but is otherwise agnostic to:
* The type of values in the vectors;
* The type representing edit operations; and
* The type representing the cost of operations.
</longdescription>
</pkgmetadata>