vcpkg/ports/robin-map/vcpkg.json
2023-01-11 16:44:11 -08:00

18 lines
379 B
JSON

{
"name": "robin-map",
"version-semver": "1.2.1",
"description": "A C++ implementation of a fast hash map and hash set using robin hood hashing",
"homepage": "https://github.com/Tessil/robin-map",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}