vcpkg/ports/llhttp/vcpkg.json
逐雁南飛 c353ab2812
[llhttp] add new port (#28042)
* add new ports llhttp

* update llhttp baseline

* Update ports/llhttp/vcpkg.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update ports/llhttp/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* update llhttp version

* Update ports/llhttp/vcpkg.json

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>

* remove extra blank line

* update llhttp version

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
2022-11-30 11:03:11 -08:00

18 lines
320 B
JSON

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