2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "libevhtp",
|
2022-01-25 05:23:10 +08:00
|
|
|
"version": "1.2.18",
|
2023-03-28 02:30:30 +08:00
|
|
|
"port-version": 5,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "Libevhtp was created as a replacement API for Libevent's current HTTP API.",
|
|
|
|
"homepage": "https://github.com/criticalstack/libevhtp",
|
2022-01-25 05:23:10 +08:00
|
|
|
"supports": "!windows",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
2023-03-08 06:14:52 +08:00
|
|
|
"libevent",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"openssl": {
|
|
|
|
"description": "Support SSL for libevhtp",
|
|
|
|
"dependencies": [
|
2023-03-28 02:30:30 +08:00
|
|
|
{
|
|
|
|
"name": "libevent",
|
|
|
|
"features": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
},
|
2021-09-09 16:24:04 +08:00
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"regex": {
|
|
|
|
"description": "Support oniguruma for libevhtp",
|
|
|
|
"dependencies": [
|
|
|
|
"oniguruma"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"thread": {
|
|
|
|
"description": "Support thread for libevhtp"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|