perlPackages.AnyEventAIO: init at 1.1
This commit is contained in:
parent
d17400d335
commit
a9f18c5783
@ -332,6 +332,20 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
AnyEventAIO = buildPerlPackage {
|
||||||
|
pname ="AnyEvent-AIO";
|
||||||
|
version = "1.1";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/M/ML/MLEHMANN/AnyEvent-AIO-1.1.tar.gz";
|
||||||
|
sha256 = "0svh0mlp17g0ypq8bgs3h3axg8v7h0z45hryacgn6q8mcj65n43b";
|
||||||
|
};
|
||||||
|
propagatedBuildInputs = [ AnyEvent IOAIO ];
|
||||||
|
meta = {
|
||||||
|
description = "Truly asynchronous file and directory I/O";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
AnyEventCacheDNS = buildPerlModule {
|
AnyEventCacheDNS = buildPerlModule {
|
||||||
pname = "AnyEvent-CacheDNS";
|
pname = "AnyEvent-CacheDNS";
|
||||||
version = "0.08";
|
version = "0.08";
|
||||||
|
Loading…
Reference in New Issue
Block a user