Name: | perl-XML-Bare |
Version: | 0.53 |
Release: | 39.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 102389 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: |
perl-XML-Bare-0.53-39.el9.x86_64.rpm
|
Source RPM: |
perl-XML-Bare-0.53-39.el9.src.rpm
|
Build Date: | Sat Jul 20 2024 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/XML-Bare |
Summary: | Minimal XML parser implemented via a C state engine |
Description: | This module is a 'Bare' XML parser. It is implemented in C. The parser
itself is a simple state engine that is less than 500 lines of C. The
parser builds a C struct tree from input text. That C struct tree is
converted to a Perl hash by a Perl function that makes basic calls back to
the C to go through the nodes sequentially. |