2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "libevent",
|
2023-02-16 02:21:34 +08:00
|
|
|
"version": "2.1.12+20230128",
|
2024-06-20 05:07:05 +08:00
|
|
|
"port-version": 1,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "An event notification library",
|
|
|
|
"homepage": "https://github.com/libevent/libevent",
|
2023-02-16 02:21:34 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2021-11-06 05:29:32 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-09-09 16:24:04 +08:00
|
|
|
"default-features": [
|
|
|
|
"thread"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"openssl": {
|
|
|
|
"description": "Support for openssl",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "libevent",
|
|
|
|
"features": [
|
|
|
|
"thread"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"thread": {
|
|
|
|
"description": "Support for thread"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|