summaryrefslogtreecommitdiff
path: root/dev-haskell/edit-distance-vector/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/edit-distance-vector/metadata.xml')
-rw-r--r--dev-haskell/edit-distance-vector/metadata.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-haskell/edit-distance-vector/metadata.xml b/dev-haskell/edit-distance-vector/metadata.xml
deleted file mode 100644
index 4a106d34464e..000000000000
--- a/dev-haskell/edit-distance-vector/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://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>