parent
e7dfbc83a1
commit
99d0cb95ca
1 changed files with 55 additions and 0 deletions
55
perl-XML-Parser.yaml
Normal file
55
perl-XML-Parser.yaml
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
name: perl-XML-Parser
|
||||
stream: '2.46'
|
||||
summary: Perl module for parsing XML documents
|
||||
description: >
|
||||
This module provides ways to parse XML documents. It is built on top
|
||||
of XML::Parser::Expat, which is a lower level interface to James
|
||||
Clark's expat library. Each call to one of the parsing methods creates
|
||||
a new instance of XML::Parser::Expat which is then used to parse the
|
||||
document. Expat options may be provided when the XML::Parser object is
|
||||
created. These options are then passed on to the Expat object on each
|
||||
parse call. They can also be given as extra arguments to the parse
|
||||
methods, in which case they override options given at XML::Parser
|
||||
creation time.
|
||||
license:
|
||||
module: [ MIT ]
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: [f34]
|
||||
perl: ['5.30', '5.32']
|
||||
requires:
|
||||
platform: [f34]
|
||||
perl: ['5.30', '5.32']
|
||||
references:
|
||||
community: https://metacpan.org/release/XML-Parser
|
||||
profiles:
|
||||
common:
|
||||
description: XML::Parser Perl module
|
||||
rpms:
|
||||
- perl-XML-Parser
|
||||
api:
|
||||
rpms:
|
||||
- perl-XML-Parser
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_perl_Devel_CheckLib_enables_optional_test 1
|
||||
components:
|
||||
rpms:
|
||||
perl-Capture-Tiny:
|
||||
rationale: For perl-Devel-CheckLib.
|
||||
ref: master
|
||||
buildonly: true
|
||||
buildorder: 0
|
||||
perl-Devel-CheckLib:
|
||||
rationale: For perl-XML-Parser.
|
||||
ref: master
|
||||
buildonly: true
|
||||
buildorder: 1
|
||||
perl-XML-Parser:
|
||||
rationale: The API.
|
||||
ref: master
|
||||
buildorder: 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue