aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/dp-thread-pool/vcpkg.json
blob: 23667f664521533ab9d05b6866a863f093d62120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "dp-thread-pool",
  "version": "0.7.0",
  "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
    }
  ]
}