blob: 90c29bbdc02ca2ab126dea051c0aac8609ee67d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "task-thread-pool",
"version": "1.0.10",
"description": "Fast and lightweight thread pool for C++11 and newer.",
"homepage": "https://github.com/alugowski/task-thread-pool",
"documentation": "https://github.com/alugowski/task-thread-pool/blob/main/README.md",
"license": "BSD-2-Clause OR MIT OR BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|