mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 14:39:05 +08:00
18 lines
380 B
JSON
18 lines
380 B
JSON
|
{
|
||
|
"name": "robin-map",
|
||
|
"version-semver": "0.6.3",
|
||
|
"port-version": 1,
|
||
|
"description": "A C++ implementation of a fast hash map and hash set using robin hood hashing",
|
||
|
"homepage": "https://github.com/Tessil/robin-map",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|