diff options
Diffstat (limited to 'vcpkg/ports/bshoshany-thread-pool/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/bshoshany-thread-pool/vcpkg.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/bshoshany-thread-pool/vcpkg.json b/vcpkg/ports/bshoshany-thread-pool/vcpkg.json new file mode 100644 index 0000000..e921ccf --- /dev/null +++ b/vcpkg/ports/bshoshany-thread-pool/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "bshoshany-thread-pool", + "version": "5.0.0", + "maintainers": "Barak Shoshany <baraksh@gmail.com>", + "description": "BS::thread_pool: a fast, lightweight, modern, and easy-to-use C++17 / C++20 / C++23 thread pool library", + "homepage": "https://github.com/bshoshany/thread-pool", + "documentation": "https://github.com/bshoshany/thread-pool/blob/master/README.md", + "license": "MIT" +} |