aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gsl-lite/vcpkg.json
blob: 43bd2165a3705b09c69d8e75c3177bae5355f121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "gsl-lite",
  "version": "1.0.1",
  "description": "ISO C++ Core Guidelines Library implementation for C++98, C++11 up",
  "homepage": "https://github.com/gsl-lite/gsl-lite/",
  "documentation": "https://gsl-lite.github.io/gsl-lite/",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}