mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 06:49:02 +08:00
a151bfd989
* added missing 'xml' feature implementation * updated versions * Update version database * small fixes and update version database * merged changes * Update version database * add version-port * update version * fixed [tao] feature * updated version database * forgot to merge this * update version * another small change * update version database * pass the same ACE features to ACEXML as well * update version * fixed zlib feature * update version * fixed x64-windows-static triplet * update version * incorporated requested changes after review * update version * updated "version" string * updated version * use current_install_dir * update version Co-authored-by: Erik Sohns <erik.sohns@posteo.de> Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
31 lines
655 B
JSON
31 lines
655 B
JSON
{
|
|
"name": "ace",
|
|
"version": "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"
|
|
]
|
|
}
|
|
}
|
|
}
|