Files
main/programming/language/perl/perl-JSON/pspec.xml
T
2020-01-14 19:13:52 +00:00

77 lines
3.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-JSON</Name>
<Homepage>https://metacpan.org/pod/JSON</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>JSON (JavaScript Object Notation) encoder/decoder</Summary>
<Description>This module converts between JSON (JavaScript Object Notation) and Perl data structure into each other. For JSON, see http://www.crockford.com/JSON/.</Description>
<Archive sha1sum="73cc3ebd4a6081865cb54163ebb5deaae036be75" type="targz">https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.02.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-JSON-XS</Dependency>
<Dependency>perl-Test-Pod</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-JSON</Name>
<Summary>JSON (JavaScript Object Notation) encoder/decoder</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-JSON-XS</Dependency>
<Dependency>perl-Test-Pod</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/perl</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-01-13</Date>
<Version>4.02</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>2.90</Version>
<Comment>Rebuild for new toolchain.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-01-24</Date>
<Version>2.90</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>2.90</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-27</Date>
<Version>2.90</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>