vcpkg/ports/robin-map/vcpkg.json

18 lines
380 B
JSON
Raw Normal View History

{
"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
}
]
}