control 944 B

12345678910111213141516171819202122
  1. Source: libtext-wagnerfischer-perl
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: https://metacpan.org/release/Text-WagnerFischer
  4. Standards-Version: 4.2.1
  5. Vcs-Browser: https://git.in-ulm.de/cbiedl/libtext-wagnerfischer-perl
  6. Vcs-Git: https://git.in-ulm.de/cbiedl/libtext-wagnerfischer-perl.git
  7. Build-Depends: debhelper (>= 11~),
  8. Build-Depends-Indep:
  9. perl,
  10. Priority: optional
  11. Section: perl
  12. Package: libtext-wagnerfischer-perl
  13. Architecture: all
  14. Depends: ${misc:Depends}, ${perl:Depends},
  15. Description: implementation of the Wagner-Fischer edit distance
  16. Text::WagnerFischer implements the Wagner-Fischer dynamic programming
  17. technique, used here to calculate the edit distance of two strings.
  18. The edit distance is a measure of the degree of proximity between two
  19. strings, based on "edits": the operations of substitutions, deletions
  20. or insertions needed to transform the string into the other one (and
  21. vice versa).