vcpkg/ports/ace/vcpkg.json
Johnny Willemsen edc5fc2858
[ace] Upgrade to ACE/TAO 7.1.2 (#34818)
* [ace] Upgrade to ACE/TAO 7.1.2

* Run vcpkg format-manifest ports/ace/vcpkg.json

    * ports/ace/vcpkg.json:
    * versions/a-/ace.json:
    * versions/baseline.json:

* Update version

    * versions/a-/ace.json:

* Correct hash

    * ports/ace/portfile.cmake:

* Update git hash

    * versions/a-/ace.json:
2023-10-31 11:56:22 -07:00

53 lines
1.1 KiB
JSON

{
"name": "ace",
"version": "7.1.2",
"maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
"description": "The ADAPTIVE Communication Environment",
"homepage": "https://github.com/DOCGroup/ACE_TAO",
"license": "DOC",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
],
"features": {
"ssl": {
"description": "Enable SSL/TLS features in ACE",
"dependencies": [
"openssl"
]
},
"tao": {
"description": "The ACE ORB",
"supports": "native | !(windows & arm)"
},
"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"
]
}
}
}