aboutsummaryrefslogtreecommitdiff
path: root/ports/parallelstl/vcpkg.json
blob: f64a2af0fd08236010488fc42665d920a6435b90 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "parallelstl",
  "version-string": "20200330",
  "port-version": 1,
  "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"
  ]
}