vcpkg/ports/ace/vcpkg.json
2022-12-29 23:53:07 -08:00

45 lines
977 B
JSON

{
"name": "ace",
"version": "7.0.11",
"port-version": 2,
"maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
"description": "The ADAPTIVE Communication Environment",
"homepage": "https://github.com/DOCGroup/ACE_TAO",
"license": "DOC",
"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",
"supports": "!osx"
},
"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"
]
}
}
}