diff options
Diffstat (limited to 'ports/threadpool')
| -rw-r--r-- | ports/threadpool/CONTROL | 6 | ||||
| -rw-r--r-- | ports/threadpool/vcpkg.json | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/ports/threadpool/CONTROL b/ports/threadpool/CONTROL deleted file mode 100644 index df98da83a..000000000 --- a/ports/threadpool/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: threadpool -Version: 0.2.5 -Port-Version: 1 -Homepage: http://threadpool.sourceforge.net/ -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. -Build-Depends: boost-thread diff --git a/ports/threadpool/vcpkg.json b/ports/threadpool/vcpkg.json new file mode 100644 index 000000000..3e16feecc --- /dev/null +++ b/ports/threadpool/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "threadpool", + "version-string": "0.2.5", + "port-version": 2, + "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": "http://threadpool.sourceforge.net/", + "dependencies": [ + "boost-thread" + ] +} |
