vcpkg/ports/dp-thread-pool/vcpkg.json

20 lines
453 B
JSON
Raw Normal View History

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