vcpkg/ports/llhttp/vcpkg.json

19 lines
341 B
JSON
Raw Normal View History

{
"name": "llhttp",
"version": "8.1.0",
2022-12-07 04:49:03 +08:00
"port-version": 1,
"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
}
]
}