vcpkg/ports/ace/vcpkg.json
MonicaLiu 85b031a170
[ace] Respect VCPKG_BUILD_TYPE (#34838)
* respect VCPKG_BUILD_TYPE

* update version

* format

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-11-01 13:19:29 -07:00

54 lines
1.1 KiB
JSON

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