mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:39:01 +08:00
19 lines
432 B
JSON
19 lines
432 B
JSON
|
{
|
||
|
"name": "dp-thread-pool",
|
||
|
"version": "0.6.2",
|
||
|
"maintainers": "Paul Tsouchlos <developer.paul.123@gmail.com>",
|
||
|
"description": "dp::thread_pool - fast, lightweight C++20 thread pool.",
|
||
|
"homepage": "https://github.com/DeveloperPaul123/thread-pool",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|