mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 12:39:07 +08:00
31 lines
662 B
JSON
31 lines
662 B
JSON
|
{
|
||
|
"name": "ace",
|
||
|
"version-string": "7.0.3",
|
||
|
"port-version": 1,
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|