perlPackages.BSONXS: init at 0.8.4

This commit is contained in:
Thomas Sean Dominic Kelly 2021-08-13 12:39:43 +01:00 committed by thomassdk
parent ce32331a1d
commit 88a3bd0ba5

View File

@ -1505,6 +1505,22 @@ let
};
};
BSONXS = buildPerlPackage {
pname = "BSON-XS";
version = "0.8.4";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MO/MONGODB/BSON-XS-v0.8.4.tar.gz";
sha256 = "28f7d338fd78b6f9c9a6080be9de3f5cb23d888b96ebf6fcbface9f2966aebf9";
};
buildInputs = [ ConfigAutoConf JSONMaybeXS PathTiny TestDeep TestFatal TieIxHash ];
propagatedBuildInputs = [ BSON boolean JSONXS JSONPP CpanelJSONXS ];
meta = {
homepage = "https://github.com/mongodb-labs/mongo-perl-bson-xs";
description = "XS implementation of MongoDB's BSON serialization (EOL)";
license = lib.licenses.asl20;
};
};
BUtils = buildPerlPackage {
pname = "B-Utils";
version = "0.27";