vcpkg/ports/parallel-hashmap/vcpkg.json
2023-04-24 18:47:56 -07:00

13 lines
276 B
JSON

{
"name": "parallel-hashmap",
"version": "1.3.11",
"description": "A header-only, very fast and memory-friendly family of C++ hash map & btree containers.",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}