vcpkg/ports/poolstl/vcpkg.json
chausner 53310a9fd1
[poolstl] New Port (#38951)
---------
Co-authored-by: chausner <chausner@users.noreply.github.com>
2024-06-07 02:15:48 -07:00

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