2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "ace",
|
2022-12-21 01:24:27 +08:00
|
|
|
"version": "7.0.11",
|
2022-12-30 15:53:07 +08:00
|
|
|
"port-version": 2,
|
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",
|
2021-09-09 16:24:04 +08:00
|
|
|
"features": {
|
|
|
|
"ssl": {
|
|
|
|
"description": "Enable SSL/TLS features in ACE",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"tao": {
|
|
|
|
"description": "The ACE ORB"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|