Files
main/programming/misc/google-sparsehash/pspec.xml
T
2018-09-09 16:22:38 +03:00

44 lines
1.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>google-sparsehash</Name>
<Homepage>http://code.google.com/p/google-sparsehash</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>An extremely memory-efficient hash_map implementation</Summary>
<Description>The SparseHash library contains several hash-map implementations, including implementations that optimize for space or speed.</Description>
<Archive sha1sum="94a9aad9167275af41b13122c60754ad1a5adb34" type="targz">https://github.com/sparsehash/sparsehash/archive/sparsehash-2.0.3.tar.gz</Archive>
</Source>
<Package>
<Name>google-sparsehash</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2018-09-09</Date>
<Version>2.0.3</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2017-01-04</Date>
<Version>2.0.3</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>