mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:29:01 +08:00
13 lines
276 B
JSON
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
|
|
}
|
|
]
|
|
}
|