Page MenuHomeSolus

D10337.id.diff
No OneTemporary

D10337.id.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,19 @@
+name : robin-map
+version : 0.6.3
+release : 1
+source :
+ - https://github.com/Tessil/robin-map/archive/v0.6.3.tar.gz : e6654c8c2598f63eb0b1d52ff8bdf39cfcc91d81dd5d05274a6dca91241cd72f
+license : MIT
+homepage : https://github.com/Tessil/robin-map/
+component : programming.library
+summary : C++ implementation of a fast hash map and hash set using robin hood hashing
+description: |
+ The robin-map library is a C++ implementation of a fast hash map and hash set using open-addressing and linear robin hood hashing with backward shift deletion to resolve collisions.
+patterns :
+ - /*
+setup : |
+ %cmake_ninja
+build : |
+ %ninja_build
+install : |
+ %ninja_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,41 @@
+<PISI>
+ <Source>
+ <Name>robin-map</Name>
+ <Homepage>https://github.com/Tessil/robin-map/</Homepage>
+ <Packager>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.library</PartOf>
+ <Summary xml:lang="en">C++ implementation of a fast hash map and hash set using robin hood hashing</Summary>
+ <Description xml:lang="en">The robin-map library is a C++ implementation of a fast hash map and hash set using open-addressing and linear robin hood hashing with backward shift deletion to resolve collisions.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>robin-map</Name>
+ <Summary xml:lang="en">C++ implementation of a fast hash map and hash set using robin hood hashing</Summary>
+ <Description xml:lang="en">The robin-map library is a C++ implementation of a fast hash map and hash set using open-addressing and linear robin hood hashing with backward shift deletion to resolve collisions.
+</Description>
+ <PartOf>programming.library</PartOf>
+ <Files>
+ <Path fileType="header">/usr/include/tsl/robin_growth_policy.h</Path>
+ <Path fileType="header">/usr/include/tsl/robin_hash.h</Path>
+ <Path fileType="header">/usr/include/tsl/robin_map.h</Path>
+ <Path fileType="header">/usr/include/tsl/robin_set.h</Path>
+ <Path fileType="data">/usr/share/cmake/tsl-robin-map/tsl-robin-mapConfig.cmake</Path>
+ <Path fileType="data">/usr/share/cmake/tsl-robin-map/tsl-robin-mapConfigVersion.cmake</Path>
+ <Path fileType="data">/usr/share/cmake/tsl-robin-map/tsl-robin-mapTargets.cmake</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2021-01-15</Date>
+ <Version>0.6.3</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 3:46 PM (3 h, 7 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5793416
Default Alt Text
D10337.id.diff (3 KB)

Event Timeline