mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 23:19:09 +08:00
29 lines
555 B
JSON
29 lines
555 B
JSON
|
{
|
||
|
"name": "libevent",
|
||
|
"version-string": "2.1.12",
|
||
|
"port-version": 2,
|
||
|
"description": "An event notification library",
|
||
|
"homepage": "https://github.com/libevent/libevent",
|
||
|
"supports": "!uwp",
|
||
|
"default-features": [
|
||
|
"thread"
|
||
|
],
|
||
|
"features": {
|
||
|
"openssl": {
|
||
|
"description": "Support for openssl",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "libevent",
|
||
|
"features": [
|
||
|
"thread"
|
||
|
]
|
||
|
},
|
||
|
"openssl"
|
||
|
]
|
||
|
},
|
||
|
"thread": {
|
||
|
"description": "Support for thread"
|
||
|
}
|
||
|
}
|
||
|
}
|