Files
2025-11-05 09:10:57 +03:00

84 lines
3.1 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xxhash</Name>
<Homepage>https://cyan4973.github.io/xxHash/</Homepage>
<Packager>
<Name>Safa Arıman</Name>
<Email>safaariman@pisilinux.org</Email>
</Packager>
<PartOf>programming.library</PartOf>
<License>BSD</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Extremely fast hash algorithm</Summary>
<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>
<Archive sha1sum="6caf7421bbcb2be76006f31ab514d484a8d8b628" type="targz">https://github.com/Cyan4973/xxHash/archive/v0.8.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xxhash</Name>
<Summary>Extremely fast hash algorithm</Summary>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<Package>
<Name>xxhash-devel</Name>
<Summary>Development files for xxhash</Summary>
<RuntimeDependencies>
<Dependency release="current">xxhash</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2025-11-05</Date>
<Version>0.8.3</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2023-11-17</Date>
<Version>0.8.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-11-30</Date>
<Version>0.8.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-09-07</Date>
<Version>0.8.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-03-19</Date>
<Version>0.7.3</Version>
<Comment>First release</Comment>
<Name>Safa Arıman</Name>
<Email>safaariman@pisilinux.org</Email>
</Update>
</History>
</PISI>