mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 06:28:25 -05:00
13 lines
274 B
JSON
Executable File
13 lines
274 B
JSON
Executable File
{
|
|
"name": "parallel-hashmap",
|
|
"version": "1.34",
|
|
"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
|
|
}
|
|
]
|
|
}
|