perlPackages.MathCalcParser: init at 1.005
This commit is contained in:
parent
3e1f64b9be
commit
a00f91f733
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user