perlPackages.TextLevenshteinXS: init at 0.03

This commit is contained in:
Will Cohen 2022-05-25 16:43:29 -04:00
parent 185ee01e80
commit dbe6bb26a4

View file

@ -23287,6 +23287,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";