aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ms-gsl/vcpkg.json
blob: 49557bd37b09bad4427b0412cfbfacae444a5bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "ms-gsl",
  "version": "4.2.0",
  "description": "Microsoft implementation of the Guidelines Support Library",
  "homepage": "https://github.com/Microsoft/GSL",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}