Merge pull request #176550 from willcohen/levenshtein

perlPackages.TextLevenshteinXS: init at 0.03
This commit is contained in:
Stig 2022-06-06 15:46:12 +02:00 committed by GitHub
commit a5593988b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23323,6 +23323,19 @@ let
};
};
TextLevenshteinXS = buildPerlPackage {
pname = "Text-LevenshteinXS";
version = "0.03";
src = fetchurl {
url = "mirror://cpan/authors/id/J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz";
sha256 = "sha256-43T/eyN5Gc5eqSRfNW0ctSzIf9JrOlo4s/Pl/4KgFJE=";
};
meta = {
description = "Levenshtein edit distance in a XS way";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
TextLorem = buildPerlModule {
pname = "Text-Lorem";
version = "0.3";