53 lines
2.0 KiB
XML
53 lines
2.0 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://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>
|
||
<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="f05904b4877fdedfae2a62391245a41e433cbc44" type="targz">https://github.com/Cyan4973/xxHash/archive/v0.7.3.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>make</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>xxhash</Name>
|
||
<Files>
|
||
<Path fileType="executable">/usr/bin</Path>
|
||
<Path fileType="library">/usr/lib</Path>
|
||
<Path fileType="man">/usr/share/man</Path>
|
||
<Path fileType="doc">/usr/share/doc</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>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<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>
|