blob: 145bd2ba4c9db71c6c3c187e42b3fffd7fcda6bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "robin-hood-hashing",
"version": "3.11.3",
"description": "Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20",
"homepage": "https://github.com/martinus/robin-hood-hashing",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|