control 973 B

1234567891011121314151617181920212223
  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.5.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-compat (= 13),
  8. Build-Depends-Indep:
  9. perl,
  10. Priority: optional
  11. Rules-Requires-Root: no
  12. Section: perl
  13. Package: libtext-wagnerfischer-perl
  14. Architecture: all
  15. Depends: ${misc:Depends}, ${perl:Depends},
  16. Description: implementation of the Wagner-Fischer edit distance
  17. Text::WagnerFischer implements the Wagner-Fischer dynamic programming
  18. technique, used here to calculate the edit distance of two strings.
  19. The edit distance is a measure of the degree of proximity between two
  20. strings, based on "edits": the operations of substitutions, deletions
  21. or insertions needed to transform the string into the other one (and
  22. vice versa).