perlPackages.IOSocketSocks: init at 0.74
This commit is contained in:
@@ -13021,6 +13021,19 @@ with self; {
|
||||
};
|
||||
};
|
||||
|
||||
IOSocketSocks = buildPerlPackage {
|
||||
pname = "IO-Socket-Socks";
|
||||
version = "0.74";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/O/OL/OLEG/IO-Socket-Socks-0.74.tar.gz";
|
||||
hash = "sha256-N/Bxos9LqPCQoil8ZIK3osUJ61Lc1s5dgDXU7ixoJLE=";
|
||||
};
|
||||
meta = {
|
||||
description = "Provides a way to create socks client or server both 4 and 5 version";
|
||||
license = lib.licenses.free;
|
||||
};
|
||||
};
|
||||
|
||||
IOSocketTimeout = buildPerlModule {
|
||||
pname = "IO-Socket-Timeout";
|
||||
version = "0.32";
|
||||
|
||||
Reference in New Issue
Block a user