perlPackages.AnyEventAIO: init at 1.1

This commit is contained in:
Stig Palmquist 2020-11-23 12:38:42 +01:00
parent d17400d335
commit a9f18c5783
No known key found for this signature in database
GPG key ID: DA4C335C11D70DA7

View file

@ -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 {
pname = "AnyEvent-CacheDNS";
version = "0.08";