perlPackages.XMLRules: init at 1.16
This commit is contained in:
parent
1e2f66e0f9
commit
6fd8ff4389
@ -24006,6 +24006,21 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
XMLRules = buildPerlModule {
|
||||||
|
pname = "XML-Rules";
|
||||||
|
version = "1.16";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/J/JE/JENDA/XML-Rules-1.16.tar.gz";
|
||||||
|
sha256 = "3788255c07afe4195a0de72ce050652320d817528ff2d10c611f6e392043868b";
|
||||||
|
};
|
||||||
|
propagatedBuildInputs = [ XMLParser ];
|
||||||
|
meta = {
|
||||||
|
description =
|
||||||
|
"Parse XML and specify what and how to keep/process for individual tags";
|
||||||
|
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
XMLSAX = buildPerlPackage {
|
XMLSAX = buildPerlPackage {
|
||||||
pname = "XML-SAX";
|
pname = "XML-SAX";
|
||||||
version = "1.02";
|
version = "1.02";
|
||||||
|
Loading…
Reference in New Issue
Block a user