mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 16:19:00 +08:00
3fe9e06430
* [ace] Upgrade to ACE 7.0.4, added myself as maintainer, added some todo's for ACE 7.0.5 when it becomes available * ports/ace/portfile.cmake: * ports/ace/vcpkg.json: * [ace] Update port file * ports/ace/vcpkg.json: * [ace] Upgrade to 7.0.4 * [ace] Updated version database * update version * [ace] Upgrade to 7.0.5 * ports/ace/portfile.cmake: * ports/ace/vcpkg.json: * [ace] Updated version database * [ace] Make platform toolset more maintainable * ports/ace/portfile.cmake: * Updated version database Co-authored-by: Jonliu1993 <13720414433@163.com>
31 lines
694 B
JSON
31 lines
694 B
JSON
{
|
|
"name": "ace",
|
|
"version": "7.0.5",
|
|
"maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|