mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:38:59 +08:00
ca466d339e
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
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
|
|
}
|
|
]
|
|
}
|