mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-09 01:47:50 +08:00
f596d1656f
* Update portfile.cmake Modifications to generate the correct build files for x64-linux configuration * Update portfile.cmake * Modifications to generate the correct build files for x64-linux configuration * Corrected version hash * Update portfile.cmake Tabs replaced by spaces * Update ace.json Update version database * Apply suggestions from code review * update versions Co-authored-by: bisaillonp <Pierre.Bisaillon@ixiasoft.com> Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
43 lines
943 B
JSON
43 lines
943 B
JSON
{
|
|
"name": "ace",
|
|
"version": "7.0.5",
|
|
"port-version": 2,
|
|
"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"
|
|
},
|
|
"xml-utils": {
|
|
"description": "Include the ACE_XML_Utils library",
|
|
"dependencies": [
|
|
{
|
|
"name": "xerces-c",
|
|
"features": [
|
|
"xmlch-wchar"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"zlib": {
|
|
"description": "Enable zlib support",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|