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