vcpkg/ports/msh3/vcpkg.json

22 lines
381 B
JSON
Raw Permalink Normal View History

2024-09-04 04:23:39 +08:00
{
"name": "msh3",
"version": "0.6.0",
"port-version": 1,
2024-09-04 04:23:39 +08:00
"description": "Minimal HTTP/3 library",
"homepage": "https://github.com/nibanks/msh3",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"ls-qpack",
"msquic",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}