perlPackages.RegexpGrammars: init at 1.045

This commit is contained in:
zraexy 2017-05-02 13:14:36 -08:00
parent ec7f620831
commit 31ad4e1657

View File

@ -11317,6 +11317,19 @@ let self = _self // overrides; _self = with self; {
sha256 = "09c8xb43p1s6ala6g4274az51mf33phyjkp66dpvgkgbi1xfnawp";
};
};
RegexpGrammars = buildPerlPackage rec {
name = "Regexp-Grammars-1.045";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DC/DCONWAY/${name}.tar.gz";
sha256 = "8ab001f5641d03f7acce09ca5826b219b02ce40f8e56c2066737228a9232b594";
};
meta = {
homepage = http://search.cpan.org/~dconway/Regexp-Grammars-1.045/lib/Regexp/Grammars.pm;
description = "Add grammatical parsing features to Perl 5.10 regexes";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
RegexpIPv6 = buildPerlPackage {
name = "Regexp-IPv6-0.03";