65 lines
2.3 KiB
XML
65 lines
2.3 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>perl-XML-Twig</Name>
|
|
<Homepage>https://metacpan.org/pod/XML::Twig</Homepage>
|
|
<Packager>
|
|
<Name>Pisi Linux Admins</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>Artistic</License>
|
|
<IsA>library</IsA>
|
|
<PartOf>programming.language.perl</PartOf>
|
|
<Summary>A perl module for processing huge XML documents in tree mode.</Summary>
|
|
<Description>
|
|
This module provides a way to process XML documents. It is build on top of XML::Parser. XML::Twig offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource (CPU and memory) usage by building the tree only for the parts of the documents that need actual processing, through the use of the twig_roots and twig_print_outside_roots options.
|
|
</Description>
|
|
<Archive sha1sum="ce4ad6f055ea677ab5526e55677faffcc6457eb8" type="targz">
|
|
https://cpan.metacpan.org/authors/id/M/MI/MIROD/XML-Twig-3.52.tar.gz
|
|
</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>perl</Dependency>
|
|
<Dependency>perl-IO-stringy</Dependency>
|
|
<Dependency>perl-XML-Simple</Dependency>
|
|
<Dependency>perl-Text-Iconv</Dependency>
|
|
<Dependency>perl-HTML-Parser</Dependency>
|
|
<Dependency>perl-Unicode-Map8</Dependency>
|
|
<Dependency>perl-XML-SAX-Writer</Dependency>
|
|
<Dependency>perl-Unicode-String</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>perl-XML-Twig</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>perl</Dependency>
|
|
<Dependency>perl-XML-Parser</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
<Path fileType="data">/usr/share/perl5</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2024-05-16</Date>
|
|
<Version>3.52</Version>
|
|
<Comment>First build.</Comment>
|
|
<Name>fury</Name>
|
|
<Email>uglyside@yandex.ru</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2023-01-08</Date>
|
|
<Version>3.52</Version>
|
|
<Comment>First build.</Comment>
|
|
<Name>fury</Name>
|
|
<Email>uglyside@yandex.ru</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|