]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/robin-hood-hashing/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / robin-hood-hashing / vcpkg.json
1 {
2 "name": "robin-hood-hashing",
3 "version": "3.11.1",
4 "description": "Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20",
5 "homepage": "https://github.com/martinus/robin-hood-hashing",
6 "dependencies": [
7 {
8 "name": "vcpkg-cmake",
9 "host": true
10 },
11 {
12 "name": "vcpkg-cmake-config",
13 "host": true
14 }
15 ]
16 }