aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/poolstl/vcpkg.json
blob: 1af8ad98dbca3be0f68cf88ac95ddb8db8ffc647 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "poolstl",
  "version": "0.3.5",
  "description": "Light and self-contained implementation of C++17 parallel algorithms.",
  "homepage": "https://github.com/alugowski/poolSTL",
  "license": "BSD-2-Clause OR BSL-1.0 OR MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}