vcpkg/ports/nghttp2/vcpkg.json
Alexis La Goutte 08e86f83af
nghttp2: update to 1.53.0 (#31406)
and remove unnecessary cmake options
2023-05-17 08:38:57 -07:00

14 lines
289 B
JSON

{
"name": "nghttp2",
"version": "1.53.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
}
]
}