pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xxhash</Name>
  6. <Homepage>https://cyan4973.github.io/xxHash/</Homepage>
  7. <Packager>
  8. <Name>Safa Arıman</Name>
  9. <Email>safaariman@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.library</PartOf>
  12. <License>BSD</License>
  13. <License>GPLv2</License>
  14. <IsA>library</IsA>
  15. <Summary>Extremely fast hash algorithm</Summary>
  16. <Description>xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash functions. Code is highly portable, and hashes are identical on all platforms (little / big endian).</Description>
  17. <Archive sha1sum="8df702581ebc48a5e05be0f1ede6e1e9139e4da1" type="targz">https://github.com/Cyan4973/xxHash/archive/v0.8.2.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>cmake</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>xxhash</Name>
  24. <Summary>Extremely fast hash algorithm</Summary>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. <Path fileType="executable">/usr/bin</Path>
  30. </Files>
  31. </Package>
  32. <Package>
  33. <Name>xxhash-devel</Name>
  34. <Summary>Development files for xxhash</Summary>
  35. <RuntimeDependencies>
  36. <Dependency release="current">xxhash</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="header">/usr/include</Path>
  40. <Path fileType="library">/usr/lib/pkgconfig</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="4">
  45. <Date>2023-11-17</Date>
  46. <Version>0.8.2</Version>
  47. <Comment>Version bump.</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="3">
  52. <Date>2021-11-30</Date>
  53. <Version>0.8.1</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2020-09-07</Date>
  60. <Version>0.8.0</Version>
  61. <Comment>Minor version bump.</Comment>
  62. <Name>Blue Devil</Name>
  63. <Email>bluedevil@sctzine.com</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2020-03-19</Date>
  67. <Version>0.7.3</Version>
  68. <Comment>First release</Comment>
  69. <Name>Safa Arıman</Name>
  70. <Email>safaariman@pisilinux.org</Email>
  71. </Update>
  72. </History>
  73. </PISI>