aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/threadpool/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/threadpool/vcpkg.json')
-rw-r--r--vcpkg/ports/threadpool/vcpkg.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/threadpool/vcpkg.json b/vcpkg/ports/threadpool/vcpkg.json
new file mode 100644
index 0000000..2b87fa0
--- /dev/null
+++ b/vcpkg/ports/threadpool/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "threadpool",
+ "version": "0.2.5",
+ "port-version": 4,
+ "description": "threadpool is a cross-platform C++ thread pool library. It provides a convenient way for dispatching asynchronous tasks and can be easily customized. threadpool is based on the high-quality Boost source libraries.",
+ "homepage": "https://threadpool.sourceforge.net/",
+ "dependencies": [
+ "boost-thread"
+ ]
+}