mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:51:48 +08:00
20 lines
453 B
JSON
20 lines
453 B
JSON
{
|
|
"name": "dp-thread-pool",
|
|
"version": "0.6.2",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|