aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/parallelstl/vcpkg.json
blob: 8cae816e0651e095f920fbc5cd5a225bb151250f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "parallelstl",
  "version": "20200330",
  "port-version": 3,
  "description": "Parallel STL is an implementation of the C++ standard library algorithms with support for execution policies, as specified in ISO/IEC 14882:2017 standard, commonly called C++17.",
  "homepage": "https://github.com/intel/parallelstl",
  "dependencies": [
    "tbb",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}