pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-JSON-XS</Name>
  6. <Homepage>http://search.cpan.org/dist/JSON-XS/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>JSON serialising/deserialising, done correctly and fast</Summary>
  15. <Description>This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be *fast*. To reach the latter goal it was written in C.</Description>
  16. <Archive sha1sum="7d9d8e7c5bec04d60af28faca1f36c90c9d11da9" type="targz">http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-3.03.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>perl</Dependency>
  19. <Dependency>perl-Canary-Stability</Dependency>
  20. <Dependency>perl-common-sense</Dependency>
  21. <Dependency>perl-Types-Serialiser</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>perl-JSON-XS</Name>
  26. <RuntimeDependencies>
  27. <Dependency>perl</Dependency>
  28. <Dependency>perl-Canary-Stability</Dependency>
  29. <Dependency>perl-common-sense</Dependency>
  30. <Dependency>perl-Types-Serialiser</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="data">/usr/share/perl</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. <Path fileType="man">/usr/share/man</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="3">
  42. <Date>2017-01-24</Date>
  43. <Version>3.03</Version>
  44. <Comment>Version Bump</Comment>
  45. <Name>Pisi Linux Community</Name>
  46. <Email>admin@pisilinux.org</Email>
  47. </Update>
  48. <Update release="2">
  49. <Date>2016-06-09</Date>
  50. <Version>3.02</Version>
  51. <Comment>Release Bump</Comment>
  52. <Name>Pisi Linux Community</Name>
  53. <Email>admin@pisilinux.org</Email>
  54. </Update>
  55. <Update release="1">
  56. <Date>2016-03-27</Date>
  57. <Version>3.02</Version>
  58. <Comment>First release</Comment>
  59. <Name>Osman Erkan</Name>
  60. <Email>osman.erkan@pisilinux.org</Email>
  61. </Update>
  62. </History>
  63. </PISI>