mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:59:01 +08:00
c353ab2812
* 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>
18 lines
320 B
JSON
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
|
|
}
|
|
]
|
|
}
|