perlPackages.IOAsyncSSL: init at 0.22
This commit is contained in:
parent
c06b407774
commit
06deaadb70
@ -9956,6 +9956,22 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
IOAsyncSSL = buildPerlModule {
|
||||
pname = "IO-Async-SSL";
|
||||
version = "0.22";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/IO-Async-SSL-0.22.tar.gz";
|
||||
sha256 = "0c7363a7f1a08805bd1b2cf2b1a42a950ca71914c2aedbdd985970e011331a21";
|
||||
};
|
||||
buildInputs = [ TestIdentity ];
|
||||
propagatedBuildInputs = [ Future IOAsync IOSocketSSL ];
|
||||
meta = {
|
||||
description = "Use SSL/TLS with IO::Async";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
IOCapture = buildPerlPackage {
|
||||
pname = "IO-Capture";
|
||||
version = "0.05";
|
||||
|
Loading…
Reference in New Issue
Block a user