mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:59:00 +08:00
13 lines
275 B
JSON
13 lines
275 B
JSON
{
|
|
"name": "parallel-hashmap",
|
|
"version": "1.4.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|