mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
12 lines
236 B
JSON
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
|
|
}
|
|
]
|
|
}
|