perlPackages.CacheKyotoTycoon: init at 0.16

This commit is contained in:
tekeri 2019-07-02 18:47:36 +09:00
parent 1a2415e9a9
commit 6fe78ec26a

View file

@ -1175,6 +1175,21 @@ let
};
};
CacheKyotoTycoon = buildPerlModule {
pname = "Cache-KyotoTycoon";
version = "0.16";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TO/TOKUHIROM/Cache-KyotoTycoon-0.16.tar.gz";
sha256 = "0z4lnc3jfqx8rykm998q2jy5wkhb8p5pir80g9lqpi4lb0ilic6c";
};
propagatedBuildInputs = [ Furl URI ];
buildInputs = [ FileWhich TestTCP TestRequires TestSharedFork ];
meta = {
description = "KyotoTycoon client library";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
CacheMemcached = buildPerlPackage {
pname = "Cache-Memcached";
version = "1.30";