vcpkg/ports/dp-thread-pool/vcpkg.json
2024-06-11 13:26:30 -07:00

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