lol

perlPackages.ParallelLoops: init at 0.10

TomaSajt 01adead0 b5e36793

+16
+16
pkgs/top-level/perl-packages.nix
··· 19319 19319 }; 19320 19320 }; 19321 19321 19322 + ParallelLoops = buildPerlPackage { 19323 + pname = "Parallel-Loops"; 19324 + version = "0.10"; 19325 + src = fetchurl { 19326 + url = "mirror://cpan/authors/id/P/PM/PMORCH/Parallel-Loops-0.10.tar.gz"; 19327 + hash = "sha256-b5Z7RuejY7FocbmZHDWeFC3Dsigc/psa85kEcEyL0qo="; 19328 + }; 19329 + propagatedBuildInputs = [ ParallelForkManager ]; 19330 + meta = { 19331 + description = "Execute loops using parallel forked subprocesses"; 19332 + homepage = "https://github.com/pmorch/perl-Parallel-Loops"; 19333 + license = with lib.licenses; [ artistic1 gpl1Plus ]; 19334 + maintainers = with maintainers; [ tomasajt ]; 19335 + }; 19336 + }; 19337 + 19322 19338 ParallelPipes = buildPerlModule { 19323 19339 pname = "Parallel-Pipes"; 19324 19340 version = "0.102";