mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 23:34:12 +03:00
perlPackages.ParallelPipes: init at 0.005
This commit is contained in:
parent
8585991bfb
commit
707abc0fbe
@ -15706,6 +15706,22 @@ let
|
|||||||
propagatedBuildInputs = [ Moo ];
|
propagatedBuildInputs = [ Moo ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ParallelPipes = buildPerlModule {
|
||||||
|
pname = "Parallel-Pipes";
|
||||||
|
version = "0.005";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/S/SK/SKAJI/Parallel-Pipes-0.005.tar.gz";
|
||||||
|
sha256 = "44bd9e2be33d7b314f81c9b886a95d53514689090635f9fad53181f2d3051fd5";
|
||||||
|
};
|
||||||
|
buildInputs = [ ModuleBuildTiny ];
|
||||||
|
meta = {
|
||||||
|
homepage = "https://github.com/skaji/Parallel-Pipes";
|
||||||
|
description = "Parallel processing using pipe(2) for communication and synchronization";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
maintainers = [ maintainers.zakame ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
ParallelPrefork = buildPerlPackage {
|
ParallelPrefork = buildPerlPackage {
|
||||||
pname = "Parallel-Prefork";
|
pname = "Parallel-Prefork";
|
||||||
version = "0.18";
|
version = "0.18";
|
||||||
|
Loading…
Reference in New Issue
Block a user