mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 01:19:06 +08:00
e7e328cf9d
* [many ports] call vcpkg_fixup_pkgconfig() The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files * Update port-version for armadillo and polyclipping. * Update version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
28 lines
616 B
JSON
28 lines
616 B
JSON
{
|
|
"name": "libevhtp",
|
|
"version-string": "1.2.18",
|
|
"port-version": 2,
|
|
"description": "Libevhtp was created as a replacement API for Libevent's current HTTP API.",
|
|
"homepage": "https://github.com/criticalstack/libevhtp",
|
|
"dependencies": [
|
|
"libevent"
|
|
],
|
|
"features": {
|
|
"openssl": {
|
|
"description": "Support SSL for libevhtp",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
},
|
|
"regex": {
|
|
"description": "Support oniguruma for libevhtp",
|
|
"dependencies": [
|
|
"oniguruma"
|
|
]
|
|
},
|
|
"thread": {
|
|
"description": "Support thread for libevhtp"
|
|
}
|
|
}
|
|
}
|