Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

39 lines
717 B
JSON

{
"name": "libevent",
"version": "2.1.12+20230128",
"port-version": 1,
"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"
}
}
}