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 @@ + + + robin-map + https://github.com/Tessil/robin-map/ + + Martin Reboredo + yakoyoku@gmail.com + + MIT + programming.library + C++ implementation of a fast hash map and hash set using robin hood hashing + 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. + + https://getsol.us/sources/README.Solus + + + robin-map + C++ implementation of a fast hash map and hash set using robin hood hashing + 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. + + programming.library + + /usr/include/tsl/robin_growth_policy.h + /usr/include/tsl/robin_hash.h + /usr/include/tsl/robin_map.h + /usr/include/tsl/robin_set.h + /usr/share/cmake/tsl-robin-map/tsl-robin-mapConfig.cmake + /usr/share/cmake/tsl-robin-map/tsl-robin-mapConfigVersion.cmake + /usr/share/cmake/tsl-robin-map/tsl-robin-mapTargets.cmake + + + + + 2021-01-15 + 0.6.3 + Packaging update + Martin Reboredo + yakoyoku@gmail.com + + + \ No newline at end of file