perlPackages.MathCalcParser: init at 1.005

This commit is contained in:
Stig Palmquist 2020-07-02 18:56:29 +02:00
parent 3e1f64b9be
commit a00f91f733
No known key found for this signature in database
GPG Key ID: DA4C335C11D70DA7

@ -11302,6 +11302,22 @@ let
};
};
MathCalcParser = buildPerlPackage {
pname = "Math-Calc-Parser";
version = "1.005";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DB/DBOOK/Math-Calc-Parser-1.005.tar.gz";
sha256 = "afc3eb496ab3a3a301b3437af07e197eb743c06090f0101dacf820302f2b7f75";
};
buildInputs = [ TestNeeds ];
meta = {
homepage = "https://github.com/Grinnz/Math-Calc-Parser";
description = "Parse and evaluate mathematical expressions";
license = stdenv.lib.licenses.artistic2;
maintainers = with maintainers; [ sgo ];
};
};
MathCalcUnits = buildPerlPackage {
pname = "Math-Calc-Units";
version = "1.07";