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