mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
959f8e3175
Tagged release is +2 years old, fix-android-threads patch got upstreamed so it is no longer necessary here. Also, includes a small patch which makes it build on uwp.
38 lines
696 B
JSON
38 lines
696 B
JSON
{
|
|
"name": "libevent",
|
|
"version": "2.1.12+20230128",
|
|
"description": "An event notification library",
|
|
"homepage": "https://github.com/libevent/libevent",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"thread"
|
|
],
|
|
"features": {
|
|
"openssl": {
|
|
"description": "Support for openssl",
|
|
"dependencies": [
|
|
{
|
|
"name": "libevent",
|
|
"features": [
|
|
"thread"
|
|
]
|
|
},
|
|
"openssl"
|
|
]
|
|
},
|
|
"thread": {
|
|
"description": "Support for thread"
|
|
}
|
|
}
|
|
}
|