mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:39:07 +08:00
18 lines
390 B
JSON
18 lines
390 B
JSON
|
{
|
||
|
"name": "poolstl",
|
||
|
"version": "0.3.5",
|
||
|
"description": "Light and self-contained implementation of C++17 parallel algorithms.",
|
||
|
"homepage": "https://github.com/alugowski/poolSTL",
|
||
|
"license": "BSD-2-Clause OR BSL-1.0 OR MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|