pspec.xml 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-JSON-XS</Name>
  6. <Homepage>https://metacpan.org/release/JSON-XS</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <PartOf>programming.language.perl</PartOf>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>JSON serialising/deserialising, done correctly and fast</Summary>
  16. <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>
  17. <Archive sha1sum="3afcabfa76d23a95b5813f42065e67f9a6f7f264" type="targz">https://www.cpan.org/modules/by-module/JSON/JSON-XS-4.03.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>perl</Dependency>
  20. <Dependency>perl-common-sense</Dependency>
  21. <Dependency>perl-Canary-Stability</Dependency>
  22. <Dependency>perl-Types-Serialiser</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>perl-JSON-XS</Name>
  27. <Summary>JSON serialising/deserialising, done correctly and fast</Summary>
  28. <RuntimeDependencies>
  29. <Dependency>perl</Dependency>
  30. <Dependency>perl-common-sense</Dependency>
  31. <Dependency>perl-Canary-Stability</Dependency>
  32. <Dependency>perl-Types-Serialiser</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="library">/usr/lib</Path>
  37. <Path fileType="data">/usr/share/perl</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. <Path fileType="data">/usr/share/perl5</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="7">
  45. <Date>2024-05-16</Date>
  46. <Version>4.03</Version>
  47. <Comment>Version bump.</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="6">
  52. <Date>2020-01-02</Date>
  53. <Version>4.02</Version>
  54. <Comment>Rebuild for new toolchain.</Comment>
  55. <Name>Blue Devil</Name>
  56. <Email>bluedevil@sctzine.com</Email>
  57. </Update>
  58. <Update release="5">
  59. <Date>2019-06-22</Date>
  60. <Version>4.02</Version>
  61. <Comment>Version bump</Comment>
  62. <Name>Kamil Atlı</Name>
  63. <Email>suvari@pisilinux.org</Email>
  64. </Update>
  65. <Update release="4">
  66. <Date>2018-07-26</Date>
  67. <Version>3.03</Version>
  68. <Comment>Rebuild.</Comment>
  69. <Name>Pisi Linux Community</Name>
  70. <Email>admin@pisilinux.org</Email>
  71. </Update>
  72. <Update release="3">
  73. <Date>2017-01-24</Date>
  74. <Version>3.03</Version>
  75. <Comment>Version Bump</Comment>
  76. <Name>Pisi Linux Community</Name>
  77. <Email>admin@pisilinux.org</Email>
  78. </Update>
  79. <Update release="2">
  80. <Date>2016-06-09</Date>
  81. <Version>3.02</Version>
  82. <Comment>Release Bump</Comment>
  83. <Name>Pisi Linux Community</Name>
  84. <Email>admin@pisilinux.org</Email>
  85. </Update>
  86. <Update release="1">
  87. <Date>2016-03-27</Date>
  88. <Version>3.02</Version>
  89. <Comment>First release</Comment>
  90. <Name>Osman Erkan</Name>
  91. <Email>osman.erkan@pisilinux.org</Email>
  92. </Update>
  93. </History>
  94. </PISI>