2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "ace",
|
2024-10-10 00:33:11 +08:00
|
|
|
"version": "8.0.1",
|
2021-11-19 12:56:16 +08:00
|
|
|
"maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "The ADAPTIVE Communication Environment",
|
2022-11-19 05:54:20 +08:00
|
|
|
"homepage": "https://github.com/DOCGroup/ACE_TAO",
|
2022-01-26 12:57:01 +08:00
|
|
|
"license": "DOC",
|
2023-08-11 02:04:10 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-msbuild",
|
|
|
|
"host": true,
|
|
|
|
"platform": "windows"
|
|
|
|
}
|
|
|
|
],
|
2021-09-09 16:24:04 +08:00
|
|
|
"features": {
|
|
|
|
"ssl": {
|
|
|
|
"description": "Enable SSL/TLS features in ACE",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"tao": {
|
2023-09-19 01:11:01 +08:00
|
|
|
"description": "The ACE ORB",
|
|
|
|
"supports": "native | !(windows & arm)"
|
2021-09-09 16:24:04 +08:00
|
|
|
},
|
|
|
|
"wchar": {
|
2022-12-23 02:56:10 +08:00
|
|
|
"description": "Enable extra wide char functions in ACE",
|
|
|
|
"supports": "!osx"
|
2021-09-09 16:24:04 +08:00
|
|
|
},
|
|
|
|
"xml": {
|
|
|
|
"description": "Enable XML features in ACE"
|
|
|
|
},
|
2021-11-26 16:49:09 +08:00
|
|
|
"xml-utils": {
|
|
|
|
"description": "Include the ACE_XML_Utils library",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "xerces-c",
|
|
|
|
"features": [
|
|
|
|
"xmlch-wchar"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-09-09 16:24:04 +08:00
|
|
|
"zlib": {
|
|
|
|
"description": "Enable zlib support",
|
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|