vcpkg/ports/tsl-hopscotch-map/vcpkg.json
2024-04-01 16:15:37 -07:00

12 lines
236 B
JSON

{
"name": "tsl-hopscotch-map",
"version": "2.3.1",
"description": "C++ implementation of a fast hash map and hash set using hopscotch hashing",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}