vcpkg/ports/nghttp2/vcpkg.json
2024-05-24 19:19:35 -07:00

14 lines
289 B
JSON

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