aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/stxxl/vcpkg.json
blob: 4b43f280018d35971316cd373e90fdaa727de9ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "stxxl",
  "version-date": "2018-11-15",
  "port-version": 9,
  "description": "Standard Template Library for Extra Large Data Sets",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}