mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
53310a9fd1
--------- Co-authored-by: chausner <chausner@users.noreply.github.com>
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
|
|
}
|
|
]
|
|
}
|