vcpkg/ports/ace/vcpkg.json
Johnny Willemsen 5a4b4e4121
[ace] Upgrade to 7.1.1 (#32275)
* [ace] Upgrade to 7.1.1

    * ports/ace/portfile.cmake:
    * ports/ace/vcpkg.json:

* Fixed error

    * ports/ace/vcpkg.json:

* Updated baseline

    * versions/a-/ace.json:
    * versions/baseline.json:
2023-06-29 14:38:45 -07:00

44 lines
955 B
JSON

{
"name": "ace",
"version": "7.1.1",
"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"
]
}
}
}