vcpkg/ports/poolstl/vcpkg.json

18 lines
390 B
JSON
Raw Permalink Normal View History

{
"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
}
]
}