aboutsummaryrefslogtreecommitdiff
path: root/ports/nghttp2/vcpkg.json
blob: c8ae19e7212d7049f0429ea9013d98e10269f168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "nghttp2",
  "version": "1.45.1",
  "description": "Implementation of the Hypertext Transfer Protocol version 2 in C",
  "homepage": "https://github.com/nghttp2/nghttp2",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}