vcpkg/ports/llhttp/vcpkg.json
Jia Yue Hua d8079ecd67
[llhttp] update to 9.1.3 (#34915)
* [llhttp] update to 9.1.3

* [llhttp] update to 9.1.3
2023-11-05 09:45:05 -08:00

18 lines
320 B
JSON

{
"name": "llhttp",
"version": "9.1.3",
"description": "Port of http_parser to llparse.",
"homepage": "https://github.com/nodejs/llhttp",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}