mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 12:39:07 +08:00
31 lines
655 B
JSON
31 lines
655 B
JSON
{
|
|
"name": "ace",
|
|
"version": "7.0.3",
|
|
"port-version": 3,
|
|
"description": "The ADAPTIVE Communication Environment",
|
|
"homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html",
|
|
"features": {
|
|
"ssl": {
|
|
"description": "Enable SSL/TLS features in ACE",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
},
|
|
"tao": {
|
|
"description": "The ACE ORB"
|
|
},
|
|
"wchar": {
|
|
"description": "Enable extra wide char functions in ACE"
|
|
},
|
|
"xml": {
|
|
"description": "Enable XML features in ACE"
|
|
},
|
|
"zlib": {
|
|
"description": "Enable zlib support",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|