perlPackages.IOAsyncSSL: init at 0.22

gstqt5
Zak B. Elep 2020-10-17 20:05:19 +08:00
parent c06b407774
commit 06deaadb70
1 changed files with 16 additions and 0 deletions

View File

@ -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";