mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:38:59 +08:00
018c0fa159
* Format manifest * Update to v1.44.0 * Modernize and fix portfile * Fix usage in static windows triplets * x-add-version
13 lines
269 B
JSON
13 lines
269 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|