zeek/auxil/vcpkg/ports/msh3/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

21 lines
377 B
JSON

{
"name": "msh3",
"version": "0.8.0",
"description": "Minimal HTTP/3 library",
"homepage": "https://github.com/nibanks/msh3",
"license": "MIT",
"supports": "!(static & staticcrt)",
"dependencies": [
"ls-qpack",
"msquic",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}