perlPackages.DBMDeep: init at 2.0016

This commit is contained in:
Pavel Borzenkov 2022-05-20 11:27:01 +02:00
parent 801c74739d
commit 4ff0469dac

View file

@ -6542,6 +6542,21 @@ let
};
};
DBMDeep = buildPerlPackage {
pname = "DBM-Deep";
version = "2.0016";
src = fetchurl {
url = "https://cpan.metacpan.org/authors/id/S/SP/SPROUT/DBM-Deep-2.0016.tar.gz";
sha256 = "sha256-kCp8eqBIjY0KDops89oOlrQJOuRx5rdy8MbViY5HDk0=";
};
buildInputs = [ TestDeep TestException TestPod TestPodCoverage TestWarn ];
meta = {
homepage = "https://github.com/robkinyon/dbm-deep";
description = "A pure perl multi-level hash/array DBM that supports transactions";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
DataBinary = buildPerlPackage {
pname = "Data-Binary";
version = "0.01";