mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
perlPackages.DBMDeep: init at 2.0016
This commit is contained in:
parent
801c74739d
commit
4ff0469dac
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user